mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-01-22 06:25:37 +01:00
26 lines
1.2 KiB
Makefile
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
|