🐳 Add env to setup directories

This commit is contained in:
mathieu.brunot 2019-02-19 22:39:09 +01:00
parent 1de7f24047
commit 47a20b1784
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
3 changed files with 6 additions and 0 deletions

View file

@ -47,7 +47,9 @@ The following environment variables are also honored for configuring your UXBOX
#### Backend
- `-e UXBOX_HTTP_SERVER_DEBUG=...` (defaults to false)
- `-e UXBOX_MEDIA_URI=...` (defaults to http://localhost:6060/media/)
- `-e UXBOX_MEDIA_DIRECTORY=...` (defaults to resources/public/media)
- `-e UXBOX_ASSETS_URI=...` (defaults to http://localhost:6060/static/)
- `-e UXBOX_ASSETS_DIRECTORY=...` (defaults to resources/public/static)
- `-e UXBOX_DATABASE_USERNAME="..."` (defaults to uxbox)
- `-e UXBOX_DATABASE_PASSWORD="..."` (defaults to youshouldoverwritethiswithsomethingelse)
- `-e UXBOX_DATABASE_NAME="..."` (defaults to uxbox)