This commit is contained in:
2025-06-29 10:37:57 +02:00
parent 2d268629b5
commit c7b7ce8585
11 changed files with 167 additions and 10 deletions

View File

@@ -11,17 +11,20 @@
#// //
#//////////////////////////////////////////////////////////////
BLOG_SERVICES := wordpress
TORRENTS_SERVICES := qbittorrent transmission
SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs gitea syncthing
#BLOG_SERVICES := wordpress
#TORRENTS_SERVICES := qbittorrent transmission
#SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs syncthing
GIT_SERVICES := forgejo forgejo-runner
ADMIN_SERVICES := yacht uptime-kuma openssh
UTILS_SERVICES := it-tools stirlingpdf omni-tools
IA_SERVICES := open-webui
# gitea
#UTILS_SERVICES := it-tools stirlingpdf omni-tools
#IA_SERVICES := open-webui
# gitea-runner
GAME_SERVICES := mc-server mc-backup
GAME_SERVICES :=
#mc-server mc-backup
# 7daystodie_server 7daystodie_backup satisfactory_server satisfactory_backup
PROJECT_DIRECTORY := infrastructure
DOCKER_PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES) $(IA_SERVICES) $(GAME_SERVICES)
DOCKER_PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES) $(IA_SERVICES) $(GAME_SERVICES) $(GIT_SERVICES)
include DockerCompose.mk