Skip to content
Snippets Groups Projects
Commit e2507598 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Missing volumes on sample docker compose

parent cfacd9f7
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,15 @@ services:
restart: unless-stopped
env_file: .env
image: postgres:9.4
volumes:
- ./data/postgres:/var/lib/postgresql/data
redis:
restart: unless-stopped
env_file: .env
image: redis:3
volumes:
- ./data:/data
- ./data/redis:/data
celeryworker:
restart: unless-stopped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment