Loading deploy/docker-compose.tmpl.yml +3 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ services: networks: kafka-net: traefik-net: aliases: - nifi volumes: - nifi-log-vol:${NIFI_LOG_DIR} - nifi-conf-vol:${NIFI_HOME}/conf Loading @@ -18,7 +20,7 @@ services: - nifi-provenance-vol:${NIFI_HOME}/provenance_repository - nifi-state-vol:${NIFI_HOME}/state healthcheck: test: curl --silent http://localhost:${PORT} test: curl --silent http://nifi:${PORT} interval: 30s timeout: 30s retries: 3 Loading Loading
deploy/docker-compose.tmpl.yml +3 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ services: networks: kafka-net: traefik-net: aliases: - nifi volumes: - nifi-log-vol:${NIFI_LOG_DIR} - nifi-conf-vol:${NIFI_HOME}/conf Loading @@ -18,7 +20,7 @@ services: - nifi-provenance-vol:${NIFI_HOME}/provenance_repository - nifi-state-vol:${NIFI_HOME}/state healthcheck: test: curl --silent http://localhost:${PORT} test: curl --silent http://nifi:${PORT} interval: 30s timeout: 30s retries: 3 Loading