mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-10-21 22:00:52 +02:00
@@ -15,7 +15,7 @@ PROJECT_DIRECTORY ?= infrastructure
|
||||
|
||||
DOCKER_EXEC ?= docker
|
||||
|
||||
CONFIG_DIRECTORY ?= configs
|
||||
CONFIG_DIRECTORY ?= presets
|
||||
CONFIG_FILES ?= $(addprefix $(CONFIG_DIRECTORY)/,$(addsuffix .conf,$(CONFIGS)))
|
||||
include $(CONFIG_FILES)
|
||||
|
||||
|
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@
|
||||
# stirlingpdf
|
||||
|
||||
PROJECT_DIRECTORY := infrastructure
|
||||
CONFIG_DIRECTORY := configs
|
||||
CONFIG_DIRECTORY := presets
|
||||
|
||||
CONFIGS := torrent
|
||||
#DOCKER_PROFILES :=
|
||||
|
@@ -1,2 +1,3 @@
|
||||
DOCKER_PROFILES += main_infrastructure caddy
|
||||
DOCKER_PROFILES += forgejo forgejo-runner
|
||||
# DOCKER_PROFILES += gitea gitea-runner
|
@@ -1,3 +1,3 @@
|
||||
DOCKER_PROFILES += main_infrastructure caddy
|
||||
DOCKER_PROFILES += qbittorrent
|
||||
DOCKER_PROFILES += qbittorrent openssh
|
||||
# transmission
|
3
presets/utils.conf
Normal file
3
presets/utils.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
DOCKER_PROFILES += main_infrastructure caddy homepage
|
||||
DOCKER_PROFILES += it-tools omni-tools cyberchef
|
||||
DOCKER_PROFILES += qbittorrent
|
Reference in New Issue
Block a user