컨테이너 이름 변경

This commit is contained in:
caadiq 2025-12-16 11:31:05 +09:00
parent 8c2e0d58d4
commit c996370402

View file

@ -1,7 +1,7 @@
services:
dashboard:
dashboard-frontend:
build: ./frontend
container_name: dashboard
container_name: dashboard-frontend
expose:
- "80"
networks:
@ -11,9 +11,9 @@ services:
- "com.centurylinklabs.watchtower.enable=false"
restart: unless-stopped
monitor-api:
dashboard-backend:
build: ./backend
container_name: monitor-api
container_name: dashboard-backend
expose:
- "8000"
volumes: