Merge branch 'development'

This commit is contained in:
Anatolii Grynchuk
2026-05-02 18:50:17 +03:00
3 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@ services:
environment:
- App__ConnectionString=Host=db;Port=5432;Database=notification_service;Username=postgres;Password=postgres
api:
web:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- App__ConnectionString=Host=db;Port=5432;Database=notification_service;Username=postgres;Password=postgres
+2 -2
View File
@@ -3,11 +3,11 @@ services:
build: {}
image: registry.grynco.com.ua/hrynco.notification-service.migrator:${MIGRATOR_IMAGE_TAG:?MIGRATOR_IMAGE_TAG is required}
api:
web:
build: {}
image: registry.grynco.com.ua/hrynco.notification-service.web:${WEB_IMAGE_TAG:?WEB_IMAGE_TAG is required}
ports:
- "${API_PORT:?API_PORT is required}:8080"
- "${WEB_PORT:?WEB_PORT is required}:8080"
environment:
- Serilog__WriteTo__1__Args__serverUrl=${SEQ_URL:-}
restart: always
+1 -1
View File
@@ -14,7 +14,7 @@ services:
- internal
restart: "no"
api:
web:
build:
context: ../..
dockerfile: HrynCo.NotificationService.Web/Dockerfile