rajout du tunnel cloudflare
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user