Skip to content

Commit 7206c90

Browse files
committed
bypass swarmpit
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 8eec68e commit 7206c90

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

traefik_stack5/runup.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,9 @@ function goto_myscript() {
131131
docker stack deploy toolgui -c toolportainer.yml && echo; sleep 1;
132132

133133
# swarmpit / constraint the db
134-
export NODE_ID=$(docker info -f '{{.Swarm.NodeID}}')
135-
docker node update --label-add swarmpit.db-data=true $NODE_ID && echo;
136-
137-
docker stack deploy toolswarmpit -c stack-swarmpit.yml && echo; sleep 1;
134+
#export NODE_ID=$(docker info -f '{{.Swarm.NodeID}}')
135+
#docker node update --label-add swarmpit.db-data=true $NODE_ID && echo;
136+
#docker stack deploy toolswarmpit -c stack-swarmpit.yml && echo; sleep 1;
138137

139138
# wordpress
140139
# the system is path is at ./docker-stack5

0 commit comments

Comments
 (0)