Add cron for nextcloud

This commit is contained in:
2025-07-10 16:47:19 +05:30
parent ed12d943df
commit e0679e8104

View File

@@ -65,6 +65,18 @@ services:
- backend
restart: unless-stopped
nextcloud_cron:
image: docker.io/library/nextcloud:31.0.6
container_name: nextcloud_cron
depends_on:
- nextcloud_app
entrypoint: /cron.sh
volumes:
- ${APPDATA_PATH}/nextcloud/app:/var/www/html
networks:
- frontend
restart: unless-stopped
networks:
frontend:
external: true