diff --git a/tfoms-patient/docker-compose.yml b/tfoms-patient/docker-compose.yml index 8d63c0d..4ceaabe 100644 --- a/tfoms-patient/docker-compose.yml +++ b/tfoms-patient/docker-compose.yml @@ -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