mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-01-11 08:32:39 +00:00
persistent redis
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user