caddy: netbird proxy to k3s, flush_interval fixes, transport tuning
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user