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