|
2 months ago | |
---|---|---|
.gitignore | 2 months ago | |
LICENSE.txt | 2 months ago | |
README.adoc | 2 months ago | |
db.env.sample | 2 months ago | |
docker-compose.yml | 2 months ago | |
run_cron.sh | 2 months ago | |
run_occ.sh | 2 months ago |
This is the docker-compose configuration used for my Nextcloud server.
Copyright © 2020, Julian Leyh <julian@vgai.de>
Licensed under the MIT License, see LICENSE.txt
.
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
If you need to run the occ tool, you can use the run_occ.sh
shellscript.
To enable the cronjobs, add a crontab entry like this:
*/15 * * * * cd /path/to/repo && ./run_cron.sh