mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
🐳 💚 Change default secret
This commit is contained in:
parent
c8d645f920
commit
3cb111f4a2
2 changed files with 6 additions and 2 deletions
|
@ -35,7 +35,9 @@ ENV UXBOX_HTTP_SERVER_DEBUG=false \
|
|||
UXBOX_SMTP_SSL=false \
|
||||
UXBOX_SMTP_TLS=false \
|
||||
UXBOX_SMTP_ENABLED=false \
|
||||
UXBOX_SECRET=youshouldoverwritethiswithsomethingelse
|
||||
# WARNING: this is a default secret key and
|
||||
# it should be overwritten in production env.
|
||||
UXBOX_SECRET=5qjiAn-QUpawUNqGP10UZKklSqbLKcdGY3sJpq0UUACpVXGg2HOFJCBejDWVHskhRyp7iHb4rjOLXX2ZjF-5cw
|
||||
|
||||
RUN set -ex; \
|
||||
chmod 755 /entrypoint.sh; \
|
||||
|
|
|
@ -51,7 +51,9 @@ services:
|
|||
- "UXBOX_SMTP_TLS=false"
|
||||
- "UXBOX_SMTP_ENABLED=false"
|
||||
# Security setup
|
||||
- "UXBOX_SECRET=youshouldoverwritethiswithsomethingelse"
|
||||
# WARNING: this is a default secret key and
|
||||
# it should be overwritten in production env.
|
||||
- "UXBOX_SECRET=5qjiAn-QUpawUNqGP10UZKklSqbLKcdGY3sJpq0UUACpVXGg2HOFJCBejDWVHskhRyp7iHb4rjOLXX2ZjF-5cw"
|
||||
volumes:
|
||||
- /srv/uxbox/backend/resources:/srv/uxbox/resources
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
|
Loading…
Add table
Reference in a new issue