Go to file
Glenn Y. Rolland 9996951e64
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build was killed Details
fix: ensure htaccess is up to date
2024-01-09 12:04:12 +01: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
Dockerfile Bump version to 28.0.1 2024-01-08 18:34:18 +01:00
README.md docs: Add CI/CD badge 2023-08-31 10:17:46 +00: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
postdeploy.sh fix: ensure htaccess is up to date 2024-01-09 12:04:12 +01:00
supervisord.conf Add missing supervisord.conf 2021-03-27 17:05:29 +01:00

README.md

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