rajout du tunnel cloudflare

This commit is contained in:
2026-02-26 10:27:34 +01:00
parent 0eb7671ce9
commit c6087ccc80

View File

@ -16,6 +16,19 @@ services:
condition: service_started condition: service_started
restart: always restart: always
# --- LE TUNNEL HTTPS ---
cloudflared:
image: cloudflare/cloudflared:latest
container_name: studio-cloudflared
command: tunnel --no-autoupdate run --token ${CF_TUNNEL_TOKEN}
environment:
- CF_TUNNEL_TOKEN=${CF_TUNNEL_TOKEN}
networks:
- studio-net
depends_on:
- gateway
restart: always
# --- L'INTERFACE (Open WebUI) --- # --- L'INTERFACE (Open WebUI) ---
open-webui: open-webui:
image: ghcr.io/open-webui/open-webui:main image: ghcr.io/open-webui/open-webui:main