diff --git a/compose.yml b/compose.yml index 981ee56..5795585 100644 --- a/compose.yml +++ b/compose.yml @@ -88,19 +88,19 @@ services: deploy: labels: ["coop-cloud.${STACK_NAME}.db.version=10.5-9c681cef"] - # cron: - # image: nextcloud:22.1.0 - # volumes: - # - nextcloud:/var/www/html/ - # - nextapps:/var/www/html/custom_apps:cached - # - nextdata:/var/www/html/data:cached - # - nextconfig:/var/www/html/config:cached - # - ${EXTRA_VOLUME} - # networks: - # - internal - # entrypoint: /cron.sh - # deploy: - # labels: ['coop-cloud.${STACK_NAME}.cron.version=22.1.0-89d9ab98'] + cron: + image: nextcloud:22.1.0-fpm + volumes: + - nextcloud:/var/www/html/ + - nextapps:/var/www/html/custom_apps:cached + - nextdata:/var/www/html/data:cached + - nextconfig:/var/www/html/config:cached + - ${EXTRA_VOLUME} + networks: + - internal + entrypoint: /cron.sh + deploy: + labels: ["coop-cloud.${STACK_NAME}.cron.version=22.1.0-89d9ab98"] cache: image: redis:6.2.5-alpine