Merge branch 'development'
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- App__ConnectionString=Host=db;Port=5432;Database=notification_service;Username=postgres;Password=postgres
|
- App__ConnectionString=Host=db;Port=5432;Database=notification_service;Username=postgres;Password=postgres
|
||||||
|
|
||||||
api:
|
web:
|
||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Development
|
- ASPNETCORE_ENVIRONMENT=Development
|
||||||
- App__ConnectionString=Host=db;Port=5432;Database=notification_service;Username=postgres;Password=postgres
|
- App__ConnectionString=Host=db;Port=5432;Database=notification_service;Username=postgres;Password=postgres
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ services:
|
|||||||
build: {}
|
build: {}
|
||||||
image: registry.grynco.com.ua/hrynco.notification-service.migrator:${MIGRATOR_IMAGE_TAG:?MIGRATOR_IMAGE_TAG is required}
|
image: registry.grynco.com.ua/hrynco.notification-service.migrator:${MIGRATOR_IMAGE_TAG:?MIGRATOR_IMAGE_TAG is required}
|
||||||
|
|
||||||
api:
|
web:
|
||||||
build: {}
|
build: {}
|
||||||
image: registry.grynco.com.ua/hrynco.notification-service.web:${WEB_IMAGE_TAG:?WEB_IMAGE_TAG is required}
|
image: registry.grynco.com.ua/hrynco.notification-service.web:${WEB_IMAGE_TAG:?WEB_IMAGE_TAG is required}
|
||||||
ports:
|
ports:
|
||||||
- "${API_PORT:?API_PORT is required}:8080"
|
- "${WEB_PORT:?WEB_PORT is required}:8080"
|
||||||
environment:
|
environment:
|
||||||
- Serilog__WriteTo__1__Args__serverUrl=${SEQ_URL:-}
|
- Serilog__WriteTo__1__Args__serverUrl=${SEQ_URL:-}
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
||||||
api:
|
web:
|
||||||
build:
|
build:
|
||||||
context: ../..
|
context: ../..
|
||||||
dockerfile: HrynCo.NotificationService.Web/Dockerfile
|
dockerfile: HrynCo.NotificationService.Web/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user