Revert "WIP autorestic"

This reverts commit 0e523a9edc.
This commit is contained in:
2024-05-19 13:40:52 +02:00
parent 0e523a9edc
commit f22ca7a7f0
4 changed files with 13 additions and 22 deletions

View File

@ -13,11 +13,9 @@
DOCKER := docker
PROFILES := backup
PROFILES := caddy wordpress adminer backup qbittorrent syncthing gitea gitea-runner uptime-kuma jellyfin watchtower
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
# caddy syncthing gitea gitea-runner uptime-kuma jellyfin watchtower adminer wordpress qbittorrent
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
.PHONY: build all