#////////////////////////////////////////////////////////////// #// // #// Script, 2022 // #// Created: 14, April, 2022 // #// Modified: 30, November, 2024 // #// file: - // #// - // #// Source: // #// OS: ALL // #// CPU: ALL // #// // #////////////////////////////////////////////////////////////// #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 # gitea #UTILS_SERVICES := it-tools stirlingpdf omni-tools #IA_SERVICES := open-webui # gitea-runner 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) $(GIT_SERVICES) include DockerCompose.mk