mirror of
https://github.com/penpot/penpot.git
synced 2025-02-04 13:29:14 -05:00
🎨 Change default DB password in docker-compose sample
This commit is contained in:
parent
858993d8e2
commit
b2dc669876
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- "POSTGRES_DB=uxbox"
|
- "POSTGRES_DB=uxbox"
|
||||||
- "POSTGRES_USER=uxbox"
|
- "POSTGRES_USER=uxbox"
|
||||||
- "POSTGRES_PASSWORD=youshouldoverwritethiswithsomethingelse"
|
- "POSTGRES_PASSWORD=uxbox_postgres_password"
|
||||||
volumes:
|
volumes:
|
||||||
- uxbox_db:/var/lib/postgresql/data
|
- uxbox_db:/var/lib/postgresql/data
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ services:
|
||||||
- "UXBOX_HTTP_SERVER_DEBUG=false"
|
- "UXBOX_HTTP_SERVER_DEBUG=false"
|
||||||
# Database setup
|
# Database setup
|
||||||
- "UXBOX_DATABASE_USERNAME=uxbox"
|
- "UXBOX_DATABASE_USERNAME=uxbox"
|
||||||
- "UXBOX_DATABASE_PASSWORD=youshouldoverwritethiswithsomethingelse"
|
- "UXBOX_DATABASE_PASSWORD=uxbox_postgres_password"
|
||||||
- "UXBOX_DATABASE_NAME=uxbox"
|
- "UXBOX_DATABASE_NAME=uxbox"
|
||||||
- "UXBOX_DATABASE_SERVER=db"
|
- "UXBOX_DATABASE_SERVER=db"
|
||||||
- "UXBOX_DATABASE_PORT=5432"
|
- "UXBOX_DATABASE_PORT=5432"
|
||||||
|
|
Loading…
Add table
Reference in a new issue