pass
This commit is contained in:
parent
9c8e5d8ac4
commit
e80b3f5f4b
|
|
@ -3,21 +3,18 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
app:
|
tfoms-patient:
|
||||||
container_name: tfoms-patient
|
container_name: tfoms-patient
|
||||||
restart: "always"
|
restart: "always"
|
||||||
image: docker.med-logic.ru/tfoms-patient:latest
|
image: docker.med-logic.ru/tfoms-patient:latest
|
||||||
environment:
|
environment:
|
||||||
- SENTRY_SITE=${SENTRY_SITE}
|
- SENTRY_SITE=${SENTRY_SITE}
|
||||||
- SQLALCHEMY_DATABASE_URI=postgresql://postgres:password@postgres-host/tfoms_patient
|
- SQLALCHEMY_DATABASE_URI=postgresql://postgres:password@medicine-stack-postgres/tfoms_patient
|
||||||
ports:
|
ports:
|
||||||
- "880:80"
|
- "880:80"
|
||||||
external_links:
|
|
||||||
- "postgres:postgres-host"
|
|
||||||
networks:
|
networks:
|
||||||
- medicine-network
|
- medicine-network
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
medicine-network:
|
medicine-network:
|
||||||
external:
|
external: true
|
||||||
name: "medicine-network"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue