You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Glenn 897b6b923d
continuous-integration/drone/push Build is passing Details
feat: Add nginx.conf.d for dokku
5 days ago
nginx.conf.d feat: Add nginx.conf.d for dokku 5 days ago
.dockerignore ci: Add deploy step 1 month ago
.drone.yml ci: Remove unwanted dokku ps:stop 1 month ago
Dockerfile fix: Double opcache memory_consumption size 5 days ago
README.md doc: update process 4 months ago
app.json deploy: Use postdeploy script 1 month ago
docker-compose.yml Add docker-compose.yml 12 months ago
postdeploy.sh deploy: Use postdeploy script 1 month ago
supervisord.conf Add missing supervisord.conf 2 years ago

README.md

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