mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-02-01 22:40:45 +00:00
Merge branch 'persistentRedis' into 'main'
persistent redis See merge request v3/services/user!15
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
# custom
|
# custom
|
||||||
.postgresql
|
.postgresql
|
||||||
|
.redis_data
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# compiled output
|
# compiled output
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ services:
|
|||||||
image: ${REDIS_IMAGE}
|
image: ${REDIS_IMAGE}
|
||||||
ports:
|
ports:
|
||||||
- 6501:6379
|
- 6501:6379
|
||||||
|
volumes:
|
||||||
|
- .redis_data:/data
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user