🐳 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

@ -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" \