Created
November 2, 2022 16:53
-
-
Save colinfwren/b96a4dbce3b0c347f6786918e92c10c6 to your computer and use it in GitHub Desktop.
stack.env file for Penpot running in portainer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PENPOT_PUBLIC_URI=http://localhost:9001 | |
PENPOT_FLAGS=disable-registration enable-login disable-email-verification disable-secure-session-cookies | |
PENPOT_HTTP_SERVER_HOST=0.0.0.0 | |
PENPOT_DATABASE_URI=postgresql://penpot-postgres/penpot | |
PENPOT_DATABASE_USERNAME=penpot | |
PENPOT_DATABASE_PASSWORD=penpot | |
PENPOT_REDIS_URI=redis://penpot-redis/0 | |
PENPOT_ASSETS_STORAGE_BACKEND=assets-fs | |
PENPOT_STORAGE_ASSETS_FS_DIRECTORY=/opt/data/assets | |
PENPOT_TELEMETRY_ENABLED=true | |
[email protected] | |
[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment