mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2024-12-06 19:26:20 +01:00
Install Crowdsec OpenResty Bouncer directly into the docker image.
Config files and templates are saved in /defaults/crowdsec A script in the main docker image will handle deployment.
This commit is contained in:
+3
-1
@@ -73,8 +73,10 @@ COPY --from=nginxbuilder /tmp/openresty /tmp/openresty
|
||||
COPY ./scripts/install-openresty /tmp/install-openresty
|
||||
|
||||
ARG OPENRESTY_VERSION
|
||||
ARG CROWDSEC_OPENRESTY_BOUNCER_VERSION
|
||||
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt \
|
||||
OPENRESTY_VERSION=${OPENRESTY_VERSION}
|
||||
OPENRESTY_VERSION=${OPENRESTY_VERSION} \
|
||||
CROWDSEC_OPENRESTY_BOUNCER_VERSION=${CROWDSEC_OPENRESTY_BOUNCER_VERSION}
|
||||
|
||||
# Install openresty, lua, then clean up file system
|
||||
RUN apt-get update \
|
||||
|
||||
Reference in New Issue
Block a user