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