mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 19:46:37 +02:00
🐛 Named redis volume
This commit is contained in:
parent
b46b23b027
commit
a0898fbabd
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ volumes:
|
||||||
postgres_data_pg15:
|
postgres_data_pg15:
|
||||||
user_data:
|
user_data:
|
||||||
minio_data:
|
minio_data:
|
||||||
|
redis_data:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
|
@ -116,6 +117,8 @@ services:
|
||||||
hostname: "penpot-devenv-redis"
|
hostname: "penpot-devenv-redis"
|
||||||
container_name: "penpot-devenv-redis"
|
container_name: "penpot-devenv-redis"
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- "redis_data:/data"
|
||||||
|
|
||||||
mailer:
|
mailer:
|
||||||
image: sj26/mailcatcher:latest
|
image: sj26/mailcatcher:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue