mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 08:56:12 +02:00
🐳 ✨ Add env to setup directories
This commit is contained in:
parent
1de7f24047
commit
47a20b1784
3 changed files with 6 additions and 0 deletions
|
@ -22,7 +22,9 @@ COPY --from=0 /home/uxbox/backend/docker-entrypoint.sh /entrypoint.sh
|
|||
|
||||
ENV UXBOX_HTTP_SERVER_DEBUG=false \
|
||||
UXBOX_MEDIA_URI="http://localhost:6060/media/" \
|
||||
UXBOX_MEDIA_DIRECTORY="resources/public/media" \
|
||||
UXBOX_ASSETS_URI="http://localhost:6060/static/" \
|
||||
UXBOX_ASSETS_DIRECTORY="resources/public/static" \
|
||||
UXBOX_DATABASE_USERNAME="uxbox" \
|
||||
UXBOX_DATABASE_PASSWORD="youshouldoverwritethiswithsomethingelse" \
|
||||
UXBOX_DATABASE_NAME="uxbox" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue