add new log format var to docker instance template

This commit is contained in:
Kenneth Bingham
2026-03-31 12:48:35 -04:00
parent 2a9097cd5f
commit 9fce9d5328
@@ -216,6 +216,7 @@ services:
ZROK2_ADMIN_TOKEN: ${ZROK2_ADMIN_TOKEN:?err}
ZROK2_API_ENDPOINT: http://127.0.0.1:${ZROK2_CTRL_PORT:-18080}
HOME: /var/lib/zrok2
DL_USE_JSON: "false" # configure log format
depends_on:
zrok2-init:
condition: service_completed_successfully
@@ -243,6 +244,7 @@ services:
environment:
ZROK2_API_ENDPOINT: http://zrok2-controller:${ZROK2_CTRL_PORT:-18080}
HOME: /var/lib/zrok2
DL_USE_JSON: "false" # configure log format
depends_on:
zrok2-controller:
condition: service_healthy
@@ -267,6 +269,7 @@ services:
profiles: ["metrics"]
environment:
HOME: /var/lib/zrok2
DL_USE_JSON: "false" # configure log format
depends_on:
zrok2-controller:
condition: service_healthy