Get cron back in the game

This commit is contained in:
decentral1se 2021-08-26 12:12:02 +02:00
parent 58c7c62f34
commit 068706747e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 13 additions and 13 deletions

View File

@ -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