pass
This commit is contained in:
parent
9c8e5d8ac4
commit
e80b3f5f4b
|
|
@ -3,21 +3,18 @@ version: '3'
|
|||
|
||||
services:
|
||||
|
||||
app:
|
||||
tfoms-patient:
|
||||
container_name: tfoms-patient
|
||||
restart: "always"
|
||||
image: docker.med-logic.ru/tfoms-patient:latest
|
||||
environment:
|
||||
- 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:
|
||||
- "880:80"
|
||||
external_links:
|
||||
- "postgres:postgres-host"
|
||||
networks:
|
||||
- medicine-network
|
||||
|
||||
networks:
|
||||
medicine-network:
|
||||
external:
|
||||
name: "medicine-network"
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue