1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-03-31 18:12:50 +10:00
parent 5fa5b01661
commit abcbc515ae
2 changed files with 2 additions and 6 deletions

View File

@ -48,6 +48,5 @@
30 13 * * * /root/medicine-config/medicine-remd/update.sh
50 13 * * * /root/medicine-config/medicine-remd/backup_database.sh
20 13 * * * /root/medicine-config/medicine/update.sh
55 13 * * * /root/medicine-config/medicine/backup_database.sh

View File

@ -6,7 +6,7 @@ services:
image: docker.med-logic.ru/medicine-lis-receiver:latest
container_name: medicine-lis-receiver
environment:
DATABASE_URL: postgres:password@postgres-host/medicine
DATABASE_URL: postgres:password@medicine-stack-postgres/medicine
SUPERVISOR_HTTP_USERNAME: admin
SUPERVISOR_HTTP_PASSWORD: p@ssword
ports:
@ -15,8 +15,6 @@ services:
- "810:810"
networks:
- medicine-network
external_links:
- "postgres:postgres-host"
volumes:
- ./supervisor_confs:/supervisor_confs
- ./streams:/streams
@ -28,5 +26,4 @@ services:
networks:
medicine-network:
external:
name: "medicine-network"
external: true