Merge branch 'persistentRedis' into 'main'
persistent redis See merge request v3/services/user!15
This commit is contained in:
commit
c81fbd22b6
|
@ -1,5 +1,6 @@
|
|||
# custom
|
||||
.postgresql
|
||||
.redis_data
|
||||
.env
|
||||
|
||||
# compiled output
|
||||
|
|
|
@ -26,6 +26,8 @@ services:
|
|||
image: ${REDIS_IMAGE}
|
||||
ports:
|
||||
- 6501:6379
|
||||
volumes:
|
||||
- .redis_data:/data
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue