ad notification
This commit is contained in:
parent
8dddc7aa09
commit
9a8de219dd
|
|
@ -0,0 +1,17 @@
|
|||
networks:
|
||||
medicine-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
notification:
|
||||
restart: "always"
|
||||
container_name: "notification"
|
||||
image: docker.med-logic.ru/micro-notification:latest
|
||||
networks:
|
||||
- medicine-network
|
||||
expose:
|
||||
- 80
|
||||
environment:
|
||||
DATABASE_URL: postgres://user:password@service-postgres:5432/medicine_notification
|
||||
REDIS_HOST: redis
|
||||
SENTRY_DNS: https://f177afb8b8a44800a7ac5f14fb4a7666:b5de0145097e45ed8b85807fd9d10167@sentry.med-logic.ru/15
|
||||
Loading…
Reference in New Issue