mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-10 20:49:26 +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