Add cron job
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-16 13:35:01 +02:00
parent 89eb579618
commit c47bd6568c
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 8 additions and 1 deletions

View File

@ -74,7 +74,14 @@ services:
retries: 3
start_period: 30s
deploy:
labels: ['coop-cloud.${STACK_NAME}.db.version=10.5-']
labels: ['coop-cloud.${STACK_NAME}.db.version=10.6-718cb856']
cron:
image: nextcloud:21.0.2
volumes:
- nextcloud:/var/www/html
networks:
- internal
entrypoint: /cron.sh
secrets:
db_root_password:
external: true