about summary refs log tree commit diff stats
path: root/redis.Caddyfile
diff options
context:
space:
mode:
authorAlan Pearce2023-07-07 20:14:19 +0200
committerAlan Pearce2023-07-07 20:14:19 +0200
commit2d635ac0e7045663e22df1d4183ae4348f01d527 (patch)
tree30a7e5e68bd165febb4877fa7518398524e1a06c /redis.Caddyfile
parent3885eb15f33e967dfa83981af58ccac7af62fe4b (diff)
downloadwebsite-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.Caddyfile2
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 {
+}