컨테이너 이름 변경
This commit is contained in:
parent
8c2e0d58d4
commit
c996370402
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue