Switch reverse proxy to custom OpenResty Docker image, update paths in docker-compose.yml and nginx.conf
This commit is contained in:
6
Dockerfile-openresty
Normal file
6
Dockerfile-openresty
Normal 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
|
||||
Reference in New Issue
Block a user