mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-26 04:06:04 +02:00
Add open-webui and improve readme
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
.github/workflows
DockerCompose.mkMakefileREADME.mdinfrastructure
4
Makefile
4
Makefile
@ -16,11 +16,11 @@ TORRENTS_SERVICES := qbittorrent transmission
|
||||
SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs gitea syncthing
|
||||
ADMIN_SERVICES := yacht uptime-kuma openssh
|
||||
UTILS_SERVICES := it-tools stirlingpdf
|
||||
IA_SERVICES := open-webui
|
||||
# gitea-runner
|
||||
GAME_SERVICES := mc-server mc-backup 7daystodie_server 7daystodie_backup
|
||||
|
||||
PROJECT_DIRECTORY := infrastructure
|
||||
|
||||
DOCKER_PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES) $(GAME_SERVICES)
|
||||
DOCKER_PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES) $(IA_SERVICES) $(GAME_SERVICES)
|
||||
|
||||
include DockerCompose.mk
|
||||
|
Reference in New Issue
Block a user