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: 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"