18 lines
497 B
YAML
18 lines
497 B
YAML
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
|