WIP: code working, dependency conflict

This commit is contained in:
msramalho
2023-05-18 18:36:33 +01:00
parent 3a040a3fcd
commit d6aaaf1e12
6 changed files with 797 additions and 412 deletions

View File

@@ -33,12 +33,13 @@ services:
redis:
image: redis:6-alpine
# command: redis-server /conf/redis.conf # local dev
command: redis-server /conf/redis.conf --requirepass ${REDIS_PASSWORD}
volumes:
- "./redis/data:/data"
- "./redis/config:/conf"
restart: always
# DEV ONLY
# TODO: DEV ONLY
# ports:
# - 6379:6379