summaryrefslogtreecommitdiff
path: root/stacks/auth/compose.cache.yml
diff options
context:
space:
mode:
authorRATDAD <lambda@disroot.org>2026-02-04 17:47:40 -0500
committerRATDAD <lambda@disroot.org>2026-02-04 17:47:40 -0500
commit8815a6e70720015656298bbf6905eaeda5cd4169 (patch)
treec13b1e72cb8b8e5527eda564eb9671da7e28efe3 /stacks/auth/compose.cache.yml
parentfe7d43ac31f7b9fe0c9be9355d35fa2ee57bd46f (diff)
downloadrds-platform-master.tar.gz
rds-platform-master.tar.bz2
rds-platform-master.zip
Added AutheliaHEADmaster
Diffstat (limited to 'stacks/auth/compose.cache.yml')
-rw-r--r--stacks/auth/compose.cache.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/stacks/auth/compose.cache.yml b/stacks/auth/compose.cache.yml
new file mode 100644
index 0000000..4c7727a
--- /dev/null
+++ b/stacks/auth/compose.cache.yml
@@ -0,0 +1,18 @@
+name: ${_STACK_1}
+
+networks:
+ net:
+ name: ${_NET_0}
+ external: true
+
+services:
+ servicename:
+ container_name: ${_CONTAINER_1}
+ image: redis:latest
+ restart: unless-stopped
+ env_file:
+ - .env
+ networks:
+ - net
+ expose:
+ - 6379