diff --git a/docker-compose.yml b/docker-compose.yml index 0925be3..f8abb04 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,9 +27,11 @@ services: container_name: com_goutenoir_apps_travel-footprint-calculator_mahcron image: jsonfry/curl-cron environment: + OPTIONS: travel-footprint-calculator.apps.goutenoir.com/compute + CRON_SCHEDULE: "*/3 * * * *" # - OPTIONS=localhost/compute - - OPTIONS=travel-footprint-calculator.apps.goutenoir.com/compute - - CRON_SCHEDULE="*/3 * * * *" +# - OPTIONS=travel-footprint-calculator.apps.goutenoir.com/compute +# - CRON_SCHEDULE="*/3 * * * *" # Tip from https://github.com/jwilder/nginx-proxy/issues/1132#issuecomment-392460028 # Create it first: docker network create webproxy -- libgit2 0.21.2