Update cloudflare-zero-trust.md

This commit is contained in:
Robin Kroonen 2024-07-13 13:05:23 -04:00 committed by GitHub
parent ecc85f513f
commit 219106a3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,23 +106,7 @@ Configure your tunnel in the Cloudflare Zero Trust dashboard.
*Configuring the Cloudflare Tunnel*
### Step 6: Update Open-WebUI Configuration
Modify the open-webui service in your Docker Compose file to work behind the Cloudflare tunnel.
```yaml
open-webui:
# ... (keep existing configuration)
environment:
- 'OLLAMA_BASE_URL=http://ollama:11434'
- 'WEBUI_SECRET_KEY='
- 'WEBUI_SSL=false'
- 'WEBUI_ROOT_PATH='
networks:
- app-network
```
### Step 7: Deploy Your Services
### Step 6: Deploy Your Services
Deploy your services using Docker Compose.