Skip to content

Instantly share code, notes, and snippets.

@gokaykucuk
Created December 3, 2022 09:26
Show Gist options
  • Select an option

  • Save gokaykucuk/9d5c64f6cf409a03b6c8a4b325a87bf9 to your computer and use it in GitHub Desktop.

Select an option

Save gokaykucuk/9d5c64f6cf409a03b6c8a4b325a87bf9 to your computer and use it in GitHub Desktop.
# taken from https://okhlopkov.com/run-metabase-with-dokku/
dokku apps:create metabase
dokku postgres:create metabase
dokku postgres:link metabase metabase
dokku config:set metabase MB_DB_TYPE=postgres MB_DB_CONNECTION_URI=<your postgres url>
dokku proxy:ports-set metabase http:80:3000
dokku git:from-image metabase metabase/metabase:latest
dokku domains:set metabase YOURDOMAIN.com
dokku letsencrypt:enable metabase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment