Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-05-08 19:17:49 +02:00
parent 33b68a1811
commit 6dd7a30b03
4 changed files with 46 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
DOCKER := docker
PROFILES := caddy wordpress adminer uptime-kuma qbittorrent gitea jellyfin watchtower backup syncthing openssh
PROFILES := caddy wordpress adminer uptime-kuma qbittorrent gitea jellyfin watchtower backup openssh dns-server syncthing
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')