mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-11 04:59:25 +02:00
4
Makefile
4
Makefile
@ -13,9 +13,11 @@
|
||||
|
||||
DOCKER := docker
|
||||
|
||||
PROFILES := caddy wordpress adminer backup qbittorrent syncthing gitea gitea-runner uptime-kuma jellyfin watchtower
|
||||
PROFILES := backup
|
||||
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
|
||||
|
Reference in New Issue
Block a user