fix: Standardize container names with site11_ prefix
- Changed notifications-backend container name to use _notifications_backend - Changed statistics-backend container name to use _statistics_backend - Now all containers have consistent site11_ prefix for better organization 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@ -196,7 +196,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./services/notifications/backend
|
context: ./services/notifications/backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: site11-notifications-backend
|
container_name: ${COMPOSE_PROJECT_NAME}_notifications_backend
|
||||||
ports:
|
ports:
|
||||||
- "8013:8000"
|
- "8013:8000"
|
||||||
environment:
|
environment:
|
||||||
@ -282,7 +282,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./services/statistics/backend
|
context: ./services/statistics/backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: site11-statistics-backend
|
container_name: ${COMPOSE_PROJECT_NAME}_statistics_backend
|
||||||
ports:
|
ports:
|
||||||
- "8012:8000"
|
- "8012:8000"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user