Skip to content

Instantly share code, notes, and snippets.

@colinfwren
Created November 2, 2022 16:53
Show Gist options
  • Save colinfwren/b96a4dbce3b0c347f6786918e92c10c6 to your computer and use it in GitHub Desktop.
Save colinfwren/b96a4dbce3b0c347f6786918e92c10c6 to your computer and use it in GitHub Desktop.
stack.env file for Penpot running in portainer
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