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
|
||||
|
||||
Reference in New Issue
Block a user