diff --git a/Makefile b/Makefile index f7ef2a2..a37a892 100644 --- a/Makefile +++ b/Makefile @@ -11,17 +11,22 @@ #// // #////////////////////////////////////////////////////////////// -#BLOG_SERVICES := wordpress -#TORRENTS_SERVICES := qbittorrent transmission -#SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs syncthing -GIT_SERVICES := forgejo forgejo-runner -# gitea gitea-runner -ADMIN_SERVICES := yacht uptime-kuma openssh -#UTILS_SERVICES := it-tools stirlingpdf omni-tools -#IA_SERVICES := open-webui -#GAME_SERVICES := mc-server mc-backup 7daystodie_server 7daystodie_backup satisfactory_server satisfactory_backup +ADMIN_SERVICES := openssh uptime-kuma yacht +BLOG_SERVICES := wordpress +7DAYS_TO_DIE_SERVICES := 7daystodie_server 7daystodie_backup +MINECRAFT_SERVICES := minecraft_server minecraft_backup +SATISFACTORY_SERVICES := satisfactory_server satisfactory_backup +GIT_SERVICES := forgejo forgejo-runner gitea gitea-runner +IA_SERVICES := open-webui +SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs syncthing +TORRENTS_SERVICES := qbittorrent transmission +UTILS_SERVICES := it-tools stirlingpdf omni-tools + PROJECT_DIRECTORY := infrastructure -DOCKER_PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES) $(IA_SERVICES) $(GAME_SERVICES) $(GIT_SERVICES) +DOCKER_PROFILES := main_infrastructure caddy homepage \ + $(ADMIN_SERVICES) $(BLOG_SERVICES) $(GAME_SERVICES) \ + $(GIT_SERVICES) $(IA_SERVICES) $(SHARING_SERVICES) \ + $(TORRENTS_SERVICES) $(UTILS_SERVICES) include DockerCompose.mk diff --git a/infrastructure/services/minecraft-server b/infrastructure/services/minecraft-server index 3e0e429..94be77f 160000 --- a/infrastructure/services/minecraft-server +++ b/infrastructure/services/minecraft-server @@ -1 +1 @@ -Subproject commit 3e0e4296f725197cb673d2b42cd6aa81fde1a5b2 +Subproject commit 94be77f9a7e217e6566173d5da07ca58445e14c1