From 2d635ac0e7045663e22df1d4183ae4348f01d527 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 7 Jul 2023 20:14:19 +0200 Subject: 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 --- .dockerignore | 1 + 1 file changed, 1 insertion(+) (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore index ee13087..dbb2ff0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ * !Caddyfile +!redis.Caddyfile !public -- cgit 1.4.1