1
0
Fork 0

master-compose: remove the nextcloud-cron service permanently

This commit is contained in:
Pratham Patel 2022-12-24 11:47:38 +05:30
parent babdf3143f
commit 5b75891fd4
1 changed files with 0 additions and 19 deletions

View File

@ -170,25 +170,6 @@ services:
- nextcloud_database_user_password
# use the following in your crontab instead of deploying `nextcloud-karma`
# */5 * * * * podman exec -u www-data nextcloud-govinda /usr/local/bin/php -f /var/www/html/cron.php >/dev/null 2>&1
# ===========================================================================
# nextcloud-cron:
# image: nextcloud:production
# container_name: nextcloud-karma
# entrypoint: /cron.sh
# restart: always
# volumes:
# - /trayimurti/containers/volumes/nextcloud/web:/var/www/html:z
# labels:
# - io.containers.autoupdate=registry
# - pratham.container.category=cloud
# environment:
# - TZ=Asia/Kolkata
# depends_on:
# - nextcloud-web
# - nextcloud-db
################################################################################
gotify-server: