infrastructure/Makefile
Bensuperpc 3bdcd4d459 Update makefile template
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2025-01-19 15:20:16 +01:00

26 lines
1.2 KiB
Makefile

#//////////////////////////////////////////////////////////////
#// //
#// 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 gitea syncthing
ADMIN_SERVICES := yacht uptime-kuma adminer openssh
UTILS_SERVICES := it-tools stirlingpdf
# gitea-runner
SERVER_DIRECTORY := infrastructure
DOCKER_PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
include DockerCompose.mk