mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix default redis uri on config module.
This commit is contained in:
parent
1061d96fde
commit
bdfd0d38b8
@ -31,7 +31,7 @@
|
||||
:assets-directory "resources/public/static"
|
||||
|
||||
:public-uri "http://localhost:3449/"
|
||||
:redis-uri "redis://redis/0"
|
||||
:redis-uri "redis://localhost/0"
|
||||
:media-uri "http://localhost:3449/media/"
|
||||
:assets-uri "http://localhost:3449/static/"
|
||||
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user