summaryrefslogtreecommitdiff
path: root/stacks/auth/compose.cache.yml
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/auth/compose.cache.yml')
-rw-r--r--stacks/auth/compose.cache.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/stacks/auth/compose.cache.yml b/stacks/auth/compose.cache.yml
deleted file mode 100644
index 4c7727a..0000000
--- a/stacks/auth/compose.cache.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-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