parent
bb1c028926
commit
64718eb879
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ services:
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
command: ["sh", "-c", "redis-server --requirepass \"$REDIS_PASSWORD\""]
|
||||||
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- /data/redis:/data
|
- /data/redis:/data
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue