mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-07-26 20:32:23 +02:00
4
Makefile
4
Makefile
@@ -13,9 +13,11 @@
|
||||
|
||||
DOCKER := docker
|
||||
|
||||
PROFILES := caddy wordpress adminer uptime-kuma qbittorrent jellyfin watchtower backup syncthing openssh gitea gitea-runner
|
||||
PROFILES := caddy wordpress adminer backup qbittorrent
|
||||
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
||||
|
||||
# syncthing openssh gitea gitea-runner uptime-kuma jellyfin watchtower
|
||||
|
||||
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
|
||||
|
||||
.PHONY: build all
|
||||
|
Reference in New Issue
Block a user