mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 04:58:33 +03:00
WIP: code working, dependency conflict
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user