Skip to content

Latest commit

History

History
28 lines (17 loc) 路 536 Bytes

File metadata and controls

28 lines (17 loc) 路 536 Bytes

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 .

Built with