Skip to content

Commit

Permalink
Merge pull request #333 from opengisch/fix_crons
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed May 23, 2022
1 parent b8e66f4 commit e08e0bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
max-file: "5"
labels:
ofelia.enabled: "true"
ofelia.job-exec.runcrons.schedule: 0 * * * * *
ofelia.job-exec.runcrons.schedule: '@every 1m'
ofelia.job-exec.runcrons.command: python manage.py runcrons

nginx:
Expand Down Expand Up @@ -157,6 +157,7 @@ services:

ofelia:
image: mcuadros/ofelia:v0.3.4
restart: unless-stopped
depends_on:
- app
command: daemon --docker
Expand Down

0 comments on commit e08e0bb

Please sign in to comment.