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:
jungwoo choi
2025-09-11 19:14:18 +09:00
parent 3c485e05c9
commit ee4e50afc9

View File

@ -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: