Switch reverse proxy to custom OpenResty Docker image, update paths in docker-compose.yml and nginx.conf

This commit is contained in:
2025-06-09 10:41:20 +02:00
parent 5a874ad710
commit cf6245a731
3 changed files with 11 additions and 5 deletions

6
Dockerfile-openresty Normal file
View File

@@ -0,0 +1,6 @@
FROM openresty/openresty:alpine
RUN apk add --no-cache git curl luarocks \
&& luarocks install lua-resty-openidc \
&& luarocks install lua-resty-session \
&& luarocks install lua-cjson