diff --git a/Makefile b/Makefile index e831dff..78b3275 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ UTILS_SERVICES := it-tools stirlingpdf PROFILES := caddy wordpress syncthing gitea homepage $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES) PROFILE_CMD := $(addprefix --profile ,$(PROFILES)) -# gitea-runner watchtower +# gitea-runner COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /') diff --git a/infrastructure/homepage/config/services.yaml b/infrastructure/homepage/config/services.yaml index 4c67db0..e12c173 100644 --- a/infrastructure/homepage/config/services.yaml +++ b/infrastructure/homepage/config/services.yaml @@ -119,10 +119,3 @@ ping: gitea.bensuperpc.org container: gitea-runner - - watchtower: - icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/watchtower.png - #href: https://watchtower.bensuperpc.org/ - description: Watchtower - ping: watchtower.bensuperpc.org - container: watchtower - diff --git a/infrastructure/watchtower/docker-compose.watchtower.yml b/infrastructure/watchtower/docker-compose.watchtower.yml deleted file mode 100644 index 2340bb5..0000000 --- a/infrastructure/watchtower/docker-compose.watchtower.yml +++ /dev/null @@ -1,16 +0,0 @@ -services: - # Watchtower - watchtower: - image: containrrr/watchtower - container_name: watchtower - profiles: - - watchtower - depends_on: - - caddy - restart: on-failure:5 - networks: - - infra-network - volumes: - - /var/run/docker.sock:/var/run/docker.sock:rw - security_opt: - - no-new-privileges:true