No description
Find a file
Glenn 1350407efc
Some checks reported errors
continuous-integration/drone Build was killed
chore: add dockerignore
2024-01-15 18:55:52 +01:00
.dockerignore chore: add dockerignore 2024-01-15 18:55:52 +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