fix: rename api service to web in all docker-compose files
- Aligns compose service name with the image name (hrynco.notification-service.web) - Rename API_PORT env var to WEB_PORT for consistency Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
- internal
|
||||
restart: "no"
|
||||
|
||||
api:
|
||||
web:
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: HrynCo.NotificationService.Web/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user