Skip to content
Snippets Groups Projects
Verified Commit 703bc16e authored by Hugo Renard's avatar Hugo Renard
Browse files

feat: persist redis

parent 3be5cd4e
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,11 @@ services:
- POSTGRES_PASSWORD
redis:
restart: always
image: redis:alpine
image: redis:7-alpine
networks:
- back
volumes:
- ./data/redis:/data
web:
image: nginx:alpine
volumes:
......
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