컨테이너 이름 변경

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