fix(Docker-Compose): devide pull and up into
This commit is contained in:
parent
716789dd91
commit
cf3fbaf63c
@ -38,7 +38,8 @@
|
|||||||
# Tunnel Docker socket from remote Maschine to local Maschine. This should be more stable than the current SSH Implementation of Docker
|
# Tunnel Docker socket from remote Maschine to local Maschine. This should be more stable than the current SSH Implementation of Docker
|
||||||
- rm -f /tmp/docker.sock
|
- rm -f /tmp/docker.sock
|
||||||
- ssh -M -S docker-ctrl-socket -fnNT -L /tmp/docker.sock:/var/run/docker.sock "$SSH_USER@$SSH_URL" -p $SSH_PORT -o ControlPersist=no
|
- ssh -M -S docker-ctrl-socket -fnNT -L /tmp/docker.sock:/var/run/docker.sock "$SSH_USER@$SSH_URL" -p $SSH_PORT -o ControlPersist=no
|
||||||
- DOCKER_HOST=unix:///tmp/docker.sock docker-compose pull && docker-compose $COMPOSE_EXTRA_ARGS up -d --remove-orphans
|
- DOCKER_HOST=unix:///tmp/docker.sock docker-compose pull
|
||||||
|
- DOCKER_HOST=unix:///tmp/docker.sock docker-compose $COMPOSE_EXTRA_ARGS up -d --remove-orphans
|
||||||
|
|
||||||
#todo add docker compose renovate updater
|
#todo add docker compose renovate updater
|
||||||
.docker-compose-validate:
|
.docker-compose-validate:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user