mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-09 19:57:26 +01:00
Remove watchtower
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
6ab1b3c486
commit
754c5ccb9c
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ UTILS_SERVICES := it-tools stirlingpdf
|
|||||||
PROFILES := caddy wordpress syncthing gitea homepage $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
|
PROFILES := caddy wordpress syncthing gitea homepage $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
|
||||||
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
||||||
|
|
||||||
# gitea-runner watchtower
|
# gitea-runner
|
||||||
|
|
||||||
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
|
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
|
||||||
|
|
||||||
|
@ -119,10 +119,3 @@
|
|||||||
ping: gitea.bensuperpc.org
|
ping: gitea.bensuperpc.org
|
||||||
container: gitea-runner
|
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
|
|
||||||
|
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user