adding web.yml

This commit is contained in:
2023-02-22 16:28:22 +09:00
parent e75d5c9753
commit 3046fcdcee
7 changed files with 77 additions and 0 deletions

View File

@ -156,6 +156,16 @@ stack-up-monitor: stack-up-prometheus-node-exporter stack-up-prometheus stack-up
stack-down-monitor: stack-down-grafana stack-down-prometheus stack-down-prometheus-node-exporter
# -------------------------------------------------------------------
stack-up-web: network-up-traefik
[ -d "$(D1_ROOT)/web" ] || mkdir "$(D1_ROOT)/web"
docker stack deploy --compose-file web.yml --resolve-image always web-stack
stack-down-web:
docker stack rm web-stack
#------------------------------------------------
stack-down-all: stack-down-portainer stack-down-drone-runner stack-down-drone stack-down-gitea stack-down-codepot stack-down-traefik