3
0
Fork 0
medicine-config/tfoms-patient/docker-compose.yml

16 lines
346 B
YAML

networks:
medicine-network:
external: true
services:
tfoms-patient:
container_name: tfoms-patient
restart: "always"
image: tfoms-patient:latest
env_file:
- ../.env
environment:
- SQLALCHEMY_DATABASE_URI=postgresql://postgres:password@medicine-postgres/tfoms_patient
networks:
- medicine-network