Loading deploy/.env +1 −1 Original line number Diff line number Diff line CONNECT_URL=http://kafka-connect:8083 PORT=8000 PROXY=true KAFKA_TOPICS_UI_ENABLED=true PORT=8000 TRAEFIK_AUTH=user:$apr1$md5password PUBLIC_HOSTNAME=change.me deploy/compose.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ services: image: ${IMAGE_NAME:-landoop/kafka-connect-ui}:${IMAGE_TAG:-latest} environment: CONNECT_URL: PORT: PROXY: KAFKA_TOPICS_UI_ENABLED: KAFKA_TOPICS_UI: 'https://kafkatopicsui.${PUBLIC_HOSTNAME}' Loading @@ -10,7 +11,7 @@ services: kafka-net: traefik-net: healthcheck: test: wget --spider -S -t 1 http://localhost:${PORT} test: wget --spider -nv http://localhost:${PORT} interval: ${HEALTHCHECK_INTERVAL:-30s} timeout: ${HEALTHCHECK_TIMEOUT:-10s} retries: ${HEALTHCHECK_RETRIES:-5} Loading Loading
deploy/.env +1 −1 Original line number Diff line number Diff line CONNECT_URL=http://kafka-connect:8083 PORT=8000 PROXY=true KAFKA_TOPICS_UI_ENABLED=true PORT=8000 TRAEFIK_AUTH=user:$apr1$md5password PUBLIC_HOSTNAME=change.me
deploy/compose.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ services: image: ${IMAGE_NAME:-landoop/kafka-connect-ui}:${IMAGE_TAG:-latest} environment: CONNECT_URL: PORT: PROXY: KAFKA_TOPICS_UI_ENABLED: KAFKA_TOPICS_UI: 'https://kafkatopicsui.${PUBLIC_HOSTNAME}' Loading @@ -10,7 +11,7 @@ services: kafka-net: traefik-net: healthcheck: test: wget --spider -S -t 1 http://localhost:${PORT} test: wget --spider -nv http://localhost:${PORT} interval: ${HEALTHCHECK_INTERVAL:-30s} timeout: ${HEALTHCHECK_TIMEOUT:-10s} retries: ${HEALTHCHECK_RETRIES:-5} Loading