caddy: netbird proxy to k3s, flush_interval fixes, transport tuning

This commit is contained in:
2026-08-28 10:40:28 -05:00
parent 0cf6b66b63
commit 37cd781494
7 changed files with 69 additions and 35 deletions
+14 -16
View File
@@ -1,25 +1,23 @@
services:
gitea:
container_name: gitea
image: gitea/gitea:latest
environment:
- GITEA__service__DISABLE_REGISTRATION=true
- GITEA__repository__ALLOW_FORK_INTO_SAME_OWNER=true
- USER_UID=1000
- USER_GID=1000
volumes:
- gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
networks:
- caddy
container_name: gitea
image: gitea/gitea:latest
environment:
- GITEA__service__DISABLE_REGISTRATION=true
- GITEA__repository__ALLOW_FORK_INTO_SAME_OWNER=true
- USER_UID=1000
- USER_GID=1000
volumes:
- gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
networks:
- caddy
networks:
caddy:
name: caddy
external: true
volumes:
gitea:
name: gitea
+1 -2
View File
@@ -14,18 +14,17 @@ services:
- caddy_srv:/srv
- caddy_data:/data
- caddy_config:/config
- /tmp:/tmp:ro
environment:
- CLOUDFLARE_API_TOKEN=${CF_CADDY_KEY}
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- caddy
networks:
caddy:
name: caddy
external: true
volumes:
caddy_config:
name: caddy_config
+15 -1
View File
@@ -14,7 +14,21 @@ services:
- APACHE_IP_BINDING=0.0.0.0
- NEXTCLOUD_MOUNT=/mnt/nextcloud/
- NEXTCLOUD_MEMORY_LIMIT=4096M
nextcloud-mcp:
container_name: nextcloud-mcp
image: ghcr.io/cbcoutinho/nextcloud-mcp-server:latest
ports:
- 8000:8000
environment:
- NEXTCLOUD_HOST=https://nextcloud.archfox.org
- MCP_DEPLOYMENT_MODE=single_user_basic
- NEXTCLOUD_USERNAME=poslop
- NEXTCLOUD_PASSWORD=miatana
- TRANSPORT=streamable-http
#volumes:
# For persistent OAuth client storage
#- ./oauth-storage:/app/.oauth
restart: unless-stopped
volumes:
nextcloud_aio_mastercontainer:
name: nextcloud_aio_mastercontainer
@@ -40,6 +40,7 @@ services:
- ${DOCKER_SOCKET:-/var/run/docker.sock}:/var/run/docker.sock
- /tmp/pterodactyl/:/tmp/pterodactyl/
- ${TPATH}conf.d/daemon:/etc/pterodactyl
- /run/wings:/run/wings
working_dir: ${DAEMON_DATA_DIRECTORY:-/var/lib/pterodactyl}
networks:
- pterodactyl_nw
+2 -4
View File
@@ -6,15 +6,14 @@ services:
volumes:
- ${Volumes}/redbot/data:/data
environment:
- TOKEN=MTQ1OTM0NzUwMDA1NzIzNTU2Mg.G7_CcI.xZCcpt_IxCkmbi-EpfQB-Mi2WanHAfkNE7aJsw
- TOKEN=${DISCORD_BOT_TOKEN}
- PREFIX=.
- TZ=America/Chicago
- PUID=1000
- OWNER=1411383242313171075
- EXTRA_ARGS=--rpc --rpc-port 6133
networks:
- caddy
- caddy
reddash:
command:
- sh
@@ -32,7 +31,6 @@ services:
redbot:
condition: service_started
required: true
networks:
caddy:
name: caddy