pass
This commit is contained in:
parent
1cf7464c57
commit
148f42eb89
|
|
@ -26,7 +26,7 @@ services:
|
|||
POSTGRES_USER: "postgres"
|
||||
POSTGRES_PASSWORD: "password"
|
||||
volumes:
|
||||
- ../volumes/postgres-data:/var/lib/postgresql/data
|
||||
- ./volumes/postgres-data:/var/lib/postgresql/data
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -35,7 +35,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
|
||||
|
|
@ -54,10 +54,8 @@ services:
|
|||
container_name: medicine-tasks
|
||||
restart: "always"
|
||||
command: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord-tasks.conf
|
||||
env_file:
|
||||
- ../.env
|
||||
volumes:
|
||||
- ../.env:/app/.env
|
||||
- ./.env:/app/.env
|
||||
- medicine-public-data:/app/public
|
||||
networks:
|
||||
- default
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ services:
|
|||
image: docker.med-logic.ru/tfoms-patient:latest
|
||||
environment:
|
||||
- SENTRY_SITE=${SENTRY_SITE}
|
||||
- SQLALCHEMY_DATABASE_URI=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres-host/tfoms_patient
|
||||
- SQLALCHEMY_DATABASE_URI=postgresql://postgres:password@postgres-host/tfoms_patient
|
||||
ports:
|
||||
- "880:80"
|
||||
external_links:
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ services:
|
|||
- "856:80"
|
||||
volumes:
|
||||
- filebrowser-data:/etc
|
||||
- ../volumes/filebrowser-data:/srv/filebrowser-data
|
||||
- ./volumes:/srv/volumes
|
||||
networks:
|
||||
- medicine-network
|
||||
logging:
|
||||
|
|
|
|||
Loading…
Reference in New Issue