removed traefik-network from cadvisor.yml

This commit is contained in:
hyung-hwan 2022-10-31 00:56:38 +09:00
parent 417adbf9ef
commit bc18455259
2 changed files with 3 additions and 4 deletions

View File

@ -115,7 +115,7 @@ stack-down-portainer:
docker stack rm portainer-stack docker stack rm portainer-stack
#------------------------------------------------ #------------------------------------------------
stack-up-cadvisor: stack-up-cadvisor: network-up-prometheus
docker stack deploy --compose-file cadvisor.yml cadvisor-stack docker stack deploy --compose-file cadvisor.yml cadvisor-stack
stack-down-cadvisor: stack-down-cadvisor:
@ -133,7 +133,7 @@ stack-up-prometheus: network-up-prometheus init-prometheus-data
stack-down-prometheus: stack-down-prometheus:
docker stack rm prometheus-stack docker stack rm prometheus-stack
stack-up-grafana: stack-up-grafana: netwokr-up-traefik
docker stack deploy --compose-file grafana.yml grafana-stack docker stack deploy --compose-file grafana.yml grafana-stack
stack-down-grafana: stack-down-grafana:
@ -146,7 +146,7 @@ stack-up-nextcloud: network-up-traefik init-nextcloud-data
stack-down-nextcloud: stack-down-nextcloud:
docker stack rm nextcloud-stack docker stack rm nextcloud-stack
stack-up-onlyoffice: init-onlyoffice-data stack-up-onlyoffice: network-up-traefik init-onlyoffice-data
docker stack deploy --compose-file onlyoffice.yml onlyoffice-stack docker stack deploy --compose-file onlyoffice.yml onlyoffice-stack
stack-down-onlyoffice: stack-down-onlyoffice:

View File

@ -22,7 +22,6 @@ services:
- DS_SERVICE_NAME={{.Service.Name}} - DS_SERVICE_NAME={{.Service.Name}}
- DS_TASK_NAME={{.Task.Name}} - DS_TASK_NAME={{.Task.Name}}
networks: networks:
- traefik-network
- prometheus-network - prometheus-network
volumes: volumes:
- /:/rootfs:ro - /:/rootfs:ro