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,9 +27,11 @@ services: | ||
27 | container_name: com_goutenoir_apps_travel-footprint-calculator_mahcron | 27 | container_name: com_goutenoir_apps_travel-footprint-calculator_mahcron |
28 | image: jsonfry/curl-cron | 28 | image: jsonfry/curl-cron |
29 | environment: | 29 | environment: |
30 | + OPTIONS: travel-footprint-calculator.apps.goutenoir.com/compute | ||
31 | + CRON_SCHEDULE: "*/3 * * * *" | ||
30 | # - OPTIONS=localhost/compute | 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 | # Tip from https://github.com/jwilder/nginx-proxy/issues/1132#issuecomment-392460028 | 36 | # Tip from https://github.com/jwilder/nginx-proxy/issues/1132#issuecomment-392460028 |
35 | # Create it first: docker network create webproxy | 37 | # Create it first: docker network create webproxy |