diff options
author | Alan Pearce | 2023-07-07 20:14:19 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-07 20:14:19 +0200 |
commit | 2d635ac0e7045663e22df1d4183ae4348f01d527 (patch) | |
tree | 30a7e5e68bd165febb4877fa7518398524e1a06c /redis.Caddyfile | |
parent | 3885eb15f33e967dfa83981af58ccac7af62fe4b (diff) | |
download | website-2d635ac0e7045663e22df1d4183ae4348f01d527.tar.lz website-2d635ac0e7045663e22df1d4183ae4348f01d527.tar.zst website-2d635ac0e7045663e22df1d4183ae4348f01d527.zip |
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
Diffstat (limited to 'redis.Caddyfile')
-rw-r--r-- | redis.Caddyfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redis.Caddyfile b/redis.Caddyfile new file mode 100644 index 0000000..c0f4bfc --- /dev/null +++ b/redis.Caddyfile @@ -0,0 +1,2 @@ +storage redis { +} |