Go to file
Glenn Y. Rolland 410757f485
All checks were successful
continuous-integration/drone/push Build is passing
ci: fix app name
2024-01-15 18:58:31 +01:00
.dockerignore chore: add dockerignore 2024-01-15 18:55:52 +01:00
.drone.yml ci: fix app name 2024-01-15 18:58: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