Disable watchtower and update homepage

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-08-24 16:28:58 +02:00
parent 1f96c00bfc
commit c33e11e455
8 changed files with 31 additions and 4 deletions

View File

@ -13,10 +13,10 @@
DOCKER := docker
PROFILES := caddy wordpress adminer ghost syncthing uptime-kuma jellyfin qbittorrent psitransfer gitea it-tools privatebin homepage watchtower
PROFILES := caddy wordpress adminer ghost syncthing uptime-kuma jellyfin qbittorrent psitransfer gitea it-tools privatebin homepage
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
# gitea-runner transmission
# gitea-runner transmission dozzle watchtower
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')