diff --git a/apps/website/Dockerfile b/apps/website/Dockerfile index 206f4f8..1d9803e 100644 --- a/apps/website/Dockerfile +++ b/apps/website/Dockerfile @@ -38,6 +38,8 @@ RUN usermod -u 1000 apache && \ chown -R apache:apache /run/apache2 /var/log/apache2 /tmp/website-lang /var/www/localhost/htdocs/db ENV WEBSITE_LANG_WRITE_DIR=/var/www/localhost/htdocs/db/lang +ENV OLLAMA_HOST=http://192.168.100.68:11434 +ENV OLLAMA_MODEL=llama3.2:3b USER apache diff --git a/apps/website/partials/translation_ui.php b/apps/website/partials/translation_ui.php index 37ddeb8..b27bbd4 100644 --- a/apps/website/partials/translation_ui.php +++ b/apps/website/partials/translation_ui.php @@ -39,8 +39,7 @@