dokku-go-example
dokku-go-example copied to clipboard
Easily deploy your Go applications with Dokku.
dokku-go-example
Easily deploy your Go applications with Dokku.
Features:
- Deploy on your own server
- Auto deployment
- HTTPS
Check the full step by step article: https://shellbear.me/blog/go-dokku-deployment
💻 Getting started
The example API requires a PostgreSQL database.
Specify the database connection URL using the DATABASE_URL
environment variable:
export DATABASE_URL=postgresql://user:secret@localhost
go run .