Update minecraft-server

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2025-07-03 00:17:45 +02:00
parent 045d142e27
commit 19a6c49949
2 changed files with 16 additions and 11 deletions

View File

@ -11,17 +11,22 @@
#// // #// //
#////////////////////////////////////////////////////////////// #//////////////////////////////////////////////////////////////
#BLOG_SERVICES := wordpress ADMIN_SERVICES := openssh uptime-kuma yacht
#TORRENTS_SERVICES := qbittorrent transmission BLOG_SERVICES := wordpress
#SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs syncthing 7DAYS_TO_DIE_SERVICES := 7daystodie_server 7daystodie_backup
GIT_SERVICES := forgejo forgejo-runner MINECRAFT_SERVICES := minecraft_server minecraft_backup
# gitea gitea-runner SATISFACTORY_SERVICES := satisfactory_server satisfactory_backup
ADMIN_SERVICES := yacht uptime-kuma openssh GIT_SERVICES := forgejo forgejo-runner gitea gitea-runner
#UTILS_SERVICES := it-tools stirlingpdf omni-tools IA_SERVICES := open-webui
#IA_SERVICES := open-webui SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs syncthing
#GAME_SERVICES := mc-server mc-backup 7daystodie_server 7daystodie_backup satisfactory_server satisfactory_backup TORRENTS_SERVICES := qbittorrent transmission
UTILS_SERVICES := it-tools stirlingpdf omni-tools
PROJECT_DIRECTORY := infrastructure 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 include DockerCompose.mk