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