idk what i did tbh

This commit is contained in:
poslop
2025-01-14 10:29:32 -06:00
parent cc9bad6569
commit 754acd3544
3 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ services:
- caddy_config:/config
environment:
- CLOUDFLARE_API_TOKEN=${CF_CADDY_KEY}
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- caddy

View File

@@ -0,0 +1,6 @@
services:
watchtower:
container_name: watchtower
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock

View File

@@ -26,7 +26,7 @@ services=(
"Tools/qbit.yml"
"Tools/open-webui.yml"
"Tools/watchtower.yml"
"pterodactyl/docker-compose.yml"
#"pterodactyl/docker-compose.yml"
"Piped-Docker/docker-compose.yml"
)