Add openwebui/docker-compose.yml
This commit is contained in:
parent
1455760838
commit
840645a839
14
openwebui/docker-compose.yml
Normal file
14
openwebui/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
openwebui:
|
||||||
|
container_name: openwebui
|
||||||
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
|
volumes:
|
||||||
|
- ./openwebui/data:/app/backend/data
|
||||||
|
- ./openwebui/config:/app/backend/config
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.openwebui.rule=Host(`chat.otmatas.com`)"
|
||||||
|
- "traefik.http.routers.openwebui.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.openwebui.tls=true"
|
||||||
|
- "traefik.http.routers.openwebui.tls.certresolver=cloudflare"
|
||||||
|
- "traefik.http.services.openwebui.loadbalancer.server.port=8080"
|
||||||
|
restart: unless-stopped
|
||||||
Loading…
x
Reference in New Issue
Block a user