Go to file
Glenn Y. Rolland 4c36c9cbe4
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Bump version to 27.0.2' (#1) from develop into master
Reviewed-on: #1
2023-08-31 12:28:04 +00:00
nginx.conf.d feat: Add nginx.conf.d for dokku 2023-03-24 12:05:49 +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 deploy: Use postdeploy script 2023-02-26 01:08:17 +01:00
docker-compose.yml Add docker-compose.yml 2022-04-07 09:36:33 +02:00
Dockerfile Bump version to 27.0.2 2023-08-31 10:15:57 +00:00
postdeploy.sh deploy: Use postdeploy script 2023-02-26 01:08:17 +01:00
README.md docs: Add CI/CD badge 2023-08-31 10:17:46 +00:00
supervisord.conf Add missing supervisord.conf 2021-03-27 17:05:29 +01:00

Build Status

Glenux OpenContainers : Service Nextcloud

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