deploy nextcloud

This commit is contained in:
2026-04-18 00:36:40 -05:00
parent 4db6f0b06f
commit 9961fe1ed4
13 changed files with 592 additions and 256 deletions

View File

@@ -57,6 +57,19 @@ services:
- proxy
restart: unless-stopped
cloudflared:
image: docker.io/cloudflare/cloudflared:latest
container_name: cloudflared
restart: unless-stopped
command: tunnel --no-autoupdate run
environment:
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
networks:
- proxy
depends_on:
traefik:
condition: service_healthy
networks:
proxy:
external: true