Commit 5fa64d176fbad4c0a868767d6b3b125b3ae38355
1 parent
ffef62ef
Exists in
master
Making every shit wrong seem right!
We go an ego camino! Until the final tornado… This the story O my lf
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
docker-compose.yml
... | ... | @@ -27,9 +27,11 @@ services: |
27 | 27 | container_name: com_goutenoir_apps_travel-footprint-calculator_mahcron |
28 | 28 | image: jsonfry/curl-cron |
29 | 29 | environment: |
30 | + OPTIONS: travel-footprint-calculator.apps.goutenoir.com/compute | |
31 | + CRON_SCHEDULE: "*/3 * * * *" | |
30 | 32 | # - OPTIONS=localhost/compute |
31 | - - OPTIONS=travel-footprint-calculator.apps.goutenoir.com/compute | |
32 | - - CRON_SCHEDULE="*/3 * * * *" | |
33 | +# - OPTIONS=travel-footprint-calculator.apps.goutenoir.com/compute | |
34 | +# - CRON_SCHEDULE="*/3 * * * *" | |
33 | 35 | |
34 | 36 | # Tip from https://github.com/jwilder/nginx-proxy/issues/1132#issuecomment-392460028 |
35 | 37 | # Create it first: docker network create webproxy | ... | ... |