Go to file
2024-01-15 18:55:31 +01:00
.drone.yml ci: add drone configuration 2024-01-15 18:55:31 +01:00
docker-compose.yml Initial import 2024-01-15 18:49:08 +01:00
Dockerfile Initial import 2024-01-15 18:49:08 +01:00
README.md doc: add README 2024-01-15 18:54:49 +01:00

Dokku setup

$ dokku apps:create APPNAME
$ dokku config:set APPNAME --no-restart FORCE_SSL=https://example.com
$ dokku postgres:create APPNAME
$ dokku postgres:link signature signature

Reference