feat: add OpenConcho web UI for Honcho (protege par Authelia)
This commit is contained in:
@@ -185,6 +185,32 @@ services:
|
||||
honcho-redis:
|
||||
condition: service_healthy
|
||||
|
||||
# --- OpenConcho: Honcho web UI ---
|
||||
openconcho:
|
||||
build: ./openconcho
|
||||
container_name: openconcho
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- ai_backend
|
||||
- ai_net
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
# Router for HTTP + redirect to HTTPS
|
||||
- "traefik.http.routers.openconcho-http.rule=Host(`honcho.lazyworkhorse.net`)"
|
||||
- "traefik.http.routers.openconcho-http.entrypoints=web"
|
||||
- "traefik.http.routers.openconcho-http.middlewares=redirect-to-https"
|
||||
|
||||
# Router for HTTPS with TLS — protected by Authelia
|
||||
- "traefik.http.routers.openconcho-https.rule=Host(`honcho.lazyworkhorse.net`)"
|
||||
- "traefik.http.routers.openconcho-https.entrypoints=websecure"
|
||||
- "traefik.http.routers.openconcho-https.tls=true"
|
||||
- "traefik.http.routers.openconcho-https.tls.certresolver=njalla"
|
||||
- "traefik.http.routers.openconcho-https.middlewares=hermes-auth"
|
||||
|
||||
# Service Loadbalancer
|
||||
- "traefik.http.services.openconcho.loadbalancer.server.port=80"
|
||||
|
||||
honcho-db:
|
||||
image: pgvector/pgvector:pg15
|
||||
container_name: honcho-db
|
||||
|
||||
Reference in New Issue
Block a user