documents and simplifies how .env and .user-groups are passed to the images

This commit is contained in:
msramalho
2025-02-13 00:06:24 +00:00
parent df8f53ef35
commit a3b1adb28d
8 changed files with 65 additions and 37 deletions

View File

@@ -19,6 +19,7 @@ services:
volumes:
- ./logs:/aa-api/logs
- ./database:/aa-api/database
- ./secrets:/aa-api/secrets
depends_on:
- redis
healthcheck:
@@ -37,6 +38,7 @@ services:
volumes:
- ./logs:/aa-api/logs
- ./database:/aa-api/database
- ./secrets:/aa-api/secrets
- /var/run/docker.sock:/var/run/docker.sock
- crawls:/crawls # BROWSERTRIX_HOME_HOST:BROWSERTRIX_HOME_CONTAINER, do not change /crawls
environment: