From 9a8de219dd24961d4937c48d0e0319f109a9300c Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Sat, 30 May 2026 18:28:48 +1000 Subject: [PATCH] ad notification --- notification/docker-compose.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 notification/docker-compose.yml diff --git a/notification/docker-compose.yml b/notification/docker-compose.yml new file mode 100644 index 0000000..85cd25f --- /dev/null +++ b/notification/docker-compose.yml @@ -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