From ee4e50afc94a54ee5e6bfdee375ead85a116ee95 Mon Sep 17 00:00:00 2001 From: jungwoo choi Date: Thu, 11 Sep 2025 19:14:18 +0900 Subject: [PATCH] fix: Standardize container names with site11_ prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d7ba6d4..01c70b5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -196,7 +196,7 @@ services: build: context: ./services/notifications/backend dockerfile: Dockerfile - container_name: site11-notifications-backend + container_name: ${COMPOSE_PROJECT_NAME}_notifications_backend ports: - "8013:8000" environment: @@ -282,7 +282,7 @@ services: build: context: ./services/statistics/backend dockerfile: Dockerfile - container_name: site11-statistics-backend + container_name: ${COMPOSE_PROJECT_NAME}_statistics_backend ports: - "8012:8000" environment: