Redis local volume

This commit is contained in:
datalets 2018-05-30 10:25:41 +02:00
parent bc4291e0b3
commit ef9a05745a
1 changed files with 3 additions and 0 deletions

View File

@ -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: