Skip to content

Redash with Digital Ocean Application Platform #5922

Closed Answered by naouflex
naouflex asked this question in Q&A
Discussion options

You must be logged in to vote

Remove additional worker created by Digital Ocean automatically on port 8080
Create postgresql database instance ( you can attach it or not to the same App as a resource)
Add the following to your env variables :
- REDASH_COOKIE_SECRET=<cookie_cookie_cookiiiiie_seriously_use_a_key>
- DATABASE_URL=postgresql://doadmin:password@db_url:25060/defaultdb
Build & deploy
Connect to console and initialize the db : ./manage.py database create_tables
Good to go ! Connect to the url and set up your admin account 👍

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@naouflex
Comment options

Comment options

You must be logged in to vote
1 reply
@arikfr
Comment options

Answer selected by naouflex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants