chat implementiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user