initial template

This commit is contained in:
Dave Horton
2023-02-08 12:58:45 -05:00
parent d460996032
commit deee11b3f3
11 changed files with 18665 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '3'
services:
redis:
image: redis:alpine
ports:
- "3379:6379"
redis-auth:
image: redis:alpine
command: redis-server /tmp/redis.conf
ports:
- "3380:6379"
volumes:
- ./tmp:/tmp