pass
This commit is contained in:
parent
a8fb156a56
commit
2ebdaf21a6
|
|
@ -28,7 +28,7 @@ services:
|
|||
POSTGRES_USER: "${POSTGRES_USER}"
|
||||
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
|
||||
volumes:
|
||||
- ./volumes/postgres-data:/var/lib/postgresql/data
|
||||
- ../volumes/postgres-data:/var/lib/postgresql/data
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ services:
|
|||
- "840"
|
||||
command: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
||||
volumes:
|
||||
- ./.env:/app/.env
|
||||
- ../.env:/app/.env
|
||||
- medicine-public-data:/app/public
|
||||
networks:
|
||||
- default
|
||||
|
|
@ -61,7 +61,7 @@ services:
|
|||
env_file:
|
||||
- ../.env
|
||||
volumes:
|
||||
- ./.env:/app/.env
|
||||
- ../.env:/app/.env
|
||||
- medicine-public-data:/app/public
|
||||
networks:
|
||||
- default
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ services:
|
|||
- "856:80"
|
||||
volumes:
|
||||
- filebrowser-data:/etc
|
||||
- ./volumes/filebrowser-data:/srv/filebrowser-data
|
||||
- ../volumes/filebrowser-data:/srv/filebrowser-data
|
||||
networks:
|
||||
- medicine-network
|
||||
logging:
|
||||
|
|
|
|||
Loading…
Reference in New Issue