pass
This commit is contained in:
parent
dae725f377
commit
01b38e72ef
|
|
@ -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
|
||||
Loading…
Reference in New Issue