reverse-proxy (sha256:da8574ea34e343facbddf0c02185c52d5420e165c8148b6bab93d16a90863649)
Published 2026-03-06 14:07:52 +01:00 by lukniz
Installation
docker pull git.carabonet.sk/lukniz/reverse-proxy@sha256:da8574ea34e343facbddf0c02185c52d5420e165c8148b6bab93d16a90863649sha256:da8574ea34e343facbddf0c02185c52d5420e165c8148b6bab93d16a90863649Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800' |
| WORKDIR / |
| COPY script.sh / # buildkit |
| RUN /bin/sh -c apt update # buildkit |
| RUN /bin/sh -c apt upgrade -y # buildkit |
| RUN /bin/sh -c apt install apache2 -y # buildkit |
| RUN /bin/sh -c a2enmod proxy proxy_ajp proxy_http rewrite deflate headers proxy_balancer proxy_connect proxy_html http2 ssl # buildkit |
| RUN /bin/sh -c mkdir /etc/letsencrypt/ # buildkit |
| RUN /bin/sh -c mkdir /etc/letsencrypt/live/ # buildkit |
| EXPOSE [443/tcp 80/tcp] |
| CMD ["sh" "-c" "/script.sh && tail -f /dev/null"] |