Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
This commit is contained in:
commit
cce1219c80
2 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
capabilities: [gpu]
|
||||
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:v0.2.2
|
||||
image: ghcr.io/open-webui/open-webui:0.2.3
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
services:
|
||||
cf-tunnel:
|
||||
restart: unless-stopped
|
||||
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:a3ba3f799551b9d9e5f15eba4b3025599a90c6f8aa1583003218e1c288c41c6a
|
||||
command: tunnel --no-autoupdate run --token $CF_TOKEN
|
||||
|
|
Reference in a new issue