disable watchtower by default

This commit is contained in:
tom.chivert
2024-03-18 10:52:47 +01:00
parent 6060150671
commit 8398841c2e
10 changed files with 16 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ services:
DOCKER_HOST: tcp://docker:2376/
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_DRIVER: overlay2
labels:
com.centurylinklabs.watchtower.enable: {{ gitlab_runner_watchtower_enable | default('true') }}
volumes:
- gitlab-runner__etc_gitlab-runner:/etc/gitlab-runner
- gitlab-runner__home_gitlab-runner:/home/gitlab-runner