mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 09:36:37 +02:00
🐳 🐛 Provide env variables for media and static download
This commit is contained in:
parent
6394905022
commit
f8ef533f6a
4 changed files with 17 additions and 1 deletions
|
@ -21,6 +21,8 @@ COPY --from=0 /home/uxbox/backend/dist/uxbox-backend.jar /srv/uxbox/app.jar
|
|||
COPY --from=0 /home/uxbox/backend/docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENV UXBOX_HTTP_SERVER_DEBUG=false \
|
||||
UXBOX_MEDIA_BASEURI="http://localhost:6060/media/" \
|
||||
UXBOX_STATIC_BASEURI="http://localhost:6060/static/" \
|
||||
UXBOX_DATABASE_USERNAME="uxbox" \
|
||||
UXBOX_DATABASE_PASSWORD="youshouldoverwritethiswithsomethingelse" \
|
||||
UXBOX_DATABASE_NAME="uxbox" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue