mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:08:33 +02:00
📚 Update documentation.
This commit is contained in:
parent
f72a09b698
commit
8f1b373c3d
3 changed files with 52 additions and 18 deletions
|
@ -38,10 +38,10 @@ services:
|
|||
- 9090:9090
|
||||
|
||||
environment:
|
||||
- APP_DATABASE_URI=postgresql://postgres/penpot
|
||||
- APP_DATABASE_USERNAME=penpot
|
||||
- APP_DATABASE_PASSWORD=penpot
|
||||
- APP_REDIS_URI=redis://redis/0
|
||||
- PENPOT_DATABASE_URI=postgresql://postgres/penpot
|
||||
- PENPOT_DATABASE_USERNAME=penpot
|
||||
- PENPOT_DATABASE_PASSWORD=penpot
|
||||
- PENPOT_REDIS_URI=redis://redis/0
|
||||
- EXTERNAL_UID=${CURRENT_USER_ID}
|
||||
|
||||
postgres:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue