1
0
Fork
You've already forked nextcloud-compose
0
My docker-compose setup for Nextcloud
  • Shell 100%
2025年07月08日 20:52:23 +02:00
.gitignore update gitignore 2025年07月08日 20:50:56 +02:00
db.env.sample initial commit 2020年11月15日 15:34:53 +01:00
docker-compose.yml upgrade postgresql, redis, and nextcloud app 2025年07月08日 20:52:08 +02:00
LICENSE.txt initial commit 2020年11月15日 15:34:53 +01:00
README.adoc initial commit 2020年11月15日 15:34:53 +01:00
run_cron.sh initial commit 2020年11月15日 15:34:53 +01:00
run_occ.sh initial commit 2020年11月15日 15:34:53 +01:00
run_psql.sh add helper script for running psql 2025年07月08日 20:52:23 +02:00

My Nextcloud configuration

This is the docker-compose configuration used for my Nextcloud server.

License

Copyright © 2020, Julian Leyh <julian@vgai.de>

Licensed under the MIT License, see LICENSE.txt.

Usage

First, copy the db.env.sample to db.env and add a password.

Next, change the hostname from oenone.de to the one you want to use in docker-compose.yml

Now, you can run it using following command:

docker-compose up -d

occ command line tool

If you need to run the occ tool, you can use the run_occ.sh shellscript.

cron jobs

To enable the cronjobs, add a crontab entry like this:

*/15 * * * * cd /path/to/repo && ./run_cron.sh