Go to file
Glenn Y. Rolland 6c7dd1db0d
All checks were successful
continuous-integration/drone/push Build is passing
feat: Add support for app.json
2023-02-21 15:18:36 +01:00
.dockerignore ci: Add deploy step 2023-02-21 14:47:21 +01:00
.drone.yml ci: Remove unwanted dokku ps:stop 2023-02-21 15:01:25 +01:00
app.json feat: Add support for app.json 2023-02-21 15:18:36 +01:00
docker-compose.yml Add docker-compose.yml 2022-04-07 09:36:33 +02:00
Dockerfile feat: Add support for app.json 2023-02-21 15:18:36 +01:00
README.md doc: update process 2022-11-15 12:33:35 +01:00
supervisord.conf Add missing supervisord.conf 2021-03-27 17:05:29 +01:00

My project's README

Dokku storage mounts

dokku storage:mount cloud /var/lib/dokku/data/storage/cloud/apps:/var/www/html/apps
dokku storage:mount cloud /var/lib/dokku/data/storage/cloud/config:/var/www/html/config
dokku storage:mount cloud /var/lib/dokku/data/storage/cloud/data:/var/www/html/data

Process

  1. commit
  2. push to git repo
  3. run CI/CD
    • build image
    • push image to local registry