File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 - " /customEntrypoint.sh"
1010 - " --api=true"
1111 - " --api.dashboard=true"
12- - " --log.level=${OPS_TRAEFIK_LOGLEVEL }"
12+ - " --log.level=${TRAEFIK_LOG_LEVEL }"
1313 - " --accesslog=true"
1414 - " --accesslog.format=json"
1515 - " --accesslog.fields.defaultmode=keep"
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ S3_ENDPOINT=${S3_ENDPOINT}
2828OPS_TRAEFIK_REPLICAS = ${ OPS_TRAEFIK_REPLICAS }
2929OSPARC_DEVOPS_MAIL_ADRESS = ${ OSPARC_DEVOPS_MAIL_ADRESS }
3030DEPLOYMENT_FQDNS = ' ${DEPLOYMENT_FQDNS}'
31- OPS_TRAEFIK_LOGLEVEL = ${ OPS_TRAEFIK_LOGLEVEL }
3231DEPLOYMENT_FQDNS_WWW_CAPTURE_TRAEFIK_RULE = ' ${DEPLOYMENT_FQDNS_WWW_CAPTURE_TRAEFIK_RULE}'
3332PUBLIC_NETWORK = ${ PUBLIC_NETWORK }
3433MONITORED_NETWORK = ${ MONITORED_NETWORK }
You can’t perform that action at this time.
0 commit comments