3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-04-27 15:40:21 +10:00
parent dae725f377
commit 01b38e72ef
1 changed files with 16 additions and 0 deletions

View File

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