1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-03-23 15:50:55 +10:00
parent 9c8e5d8ac4
commit e80b3f5f4b
1 changed files with 3 additions and 6 deletions

View File

@ -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