feat(Docker-Compose): Update Docker images with docker-compose pull.
This commit is contained in:
parent
f7a335eb95
commit
716789dd91
@ -38,7 +38,7 @@
|
||||
# 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
|
||||
- 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 $COMPOSE_EXTRA_ARGS up -d --remove-orphans
|
||||
- DOCKER_HOST=unix:///tmp/docker.sock docker-compose pull && docker-compose $COMPOSE_EXTRA_ARGS up -d --remove-orphans
|
||||
|
||||
#todo add docker compose renovate updater
|
||||
.docker-compose-validate:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user