mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 16:21:38 +02:00
🐛 Fix default redis uri on config module.
This commit is contained in:
parent
1061d96fde
commit
bdfd0d38b8
2 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@ services:
|
|||
- APP_DATABASE_URI=postgresql://postgres/penpot
|
||||
- APP_DATABASE_USERNAME=penpot
|
||||
- APP_DATABASE_PASSWORD=penpot
|
||||
- APP_REDIS_URI=redis://redis/0
|
||||
|
||||
postgres:
|
||||
image: postgres:13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue