From 01b38e72ef4c3c27ee7ee6a4dabc9d87692f166c Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Mon, 27 Apr 2026 15:40:21 +1000 Subject: [PATCH] pass --- tfoms-patient/docker-compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tfoms-patient/docker-compose.yml diff --git a/ tfoms-patient/docker-compose.yml b/ tfoms-patient/docker-compose.yml new file mode 100644 index 0000000..787bc2b --- /dev/null +++ b/ tfoms-patient/docker-compose.yml @@ -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