Enable Caddyfile to validate without redis Validation tries to connect to the redis server by the `storage` global option, which is not possible without secrets that are not exposed during the build
Alan Pearce alan@alanpearce.eu
Fri, 07 Jul 2023 20:14:19 +0200
4 files changed, 9 insertions(+), 2 deletions(-)
M Dockerfile → Dockerfile
@@ -16,4 +16,9 @@ EXPOSE 9091/tcp ENV SITE_ROOT=/srv + +RUN mkdir /etc/caddy/globals/ +RUN touch /etc/caddy/globals/dummy RUN ["/usr/bin/caddy", "validate", "--config", "/etc/caddy/Caddyfile"] + +COPY redis.Caddyfile /etc/caddy/globals/redis