Fix MUTT_DIR and GOOGLE_CREDS_FILE paths for docker containers
This commit is contained in:
parent
1c342fd3c1
commit
8e9e800ea8
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
- PYTHONPATH=/app:/app/services
|
||||
- MUTT_DIR=/home/matrixhasyou/mutt
|
||||
- GOOGLE_CREDS_FILE=/home/matrixhasyou/domovoy_google_creds.json
|
||||
volumes:
|
||||
- ./logs:/app/logs
|
||||
- ./exports:/app/exports
|
||||
|
|
@ -31,6 +33,8 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
- PYTHONPATH=/app:/app/services
|
||||
- MUTT_DIR=/home/matrixhasyou/mutt
|
||||
- GOOGLE_CREDS_FILE=/home/matrixhasyou/domovoy_google_creds.json
|
||||
volumes:
|
||||
- ./logs:/app/logs
|
||||
- ./exports:/app/exports
|
||||
|
|
|
|||
Loading…
Reference in a new issue