chat implementiert

This commit is contained in:
2026-03-01 20:21:35 +00:00
parent 277bdc78d1
commit fe3a25fa3a
13 changed files with 360 additions and 29 deletions

View File

@@ -7,10 +7,13 @@ services:
HUGO_BASEURL: https://${DOMAIN_MAIN}/ # Nimmt den Wert aus deiner .env
container_name: webpage
restart: unless-stopped
#environment:
command: /bin/sh -c "envsubst '\$$TOKEN' < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
#command: /bin/sh -c "envsubst < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
environment:
- TOKEN=${OPEN_WEBUI_TOKEN}
# - TITLE=${TITLE}
# - DOMAIN_MAIN=${DOMAIN_MAIN}
#- NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html
# - NGINX_ENVSUBST_OUTPUT_DIR=/usr/share/nginx/html
#volumes:
# - ./html/index.html:/usr/share/nginx/html/index.html:ro
# - ./html/style.css:/usr/share/nginx/html/style.css:ro