Redis local volume
This commit is contained in:
parent
bc4291e0b3
commit
ef9a05745a
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ web:
|
|||
- LOG_DIR=/var/log/wagtail
|
||||
redis:
|
||||
image: redis
|
||||
command: ["redis-server", "--appendonly", "yes"]
|
||||
volumes:
|
||||
- {{ redis_data_dir }}:/data
|
||||
ports:
|
||||
- "6379:6379"
|
||||
postgres:
|
||||
|
|
Loading…
Reference in a new issue