diff --git a/docker-compose.yml b/docker-compose.yml index f3c9999..43c3bb8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,6 +16,19 @@ services: condition: service_started 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) --- open-webui: image: ghcr.io/open-webui/open-webui:main