Add cron for nextcloud
This commit is contained in:
@@ -65,6 +65,18 @@ services:
|
|||||||
- backend
|
- backend
|
||||||
restart: unless-stopped
|
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:
|
networks:
|
||||||
frontend:
|
frontend:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user