Loading deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ services: - traefik-net - kafka-net healthcheck: test: wget --spider -S -t 3 http://localhost:${MICROSERVICE_PORT}/api/${MICROSERVICE_NAME}/actuator/health test: wget --spider -S -t 3 http://localhost:${MICROSERVICE_PORT}/api/notification/actuator/health interval: 30s timeout: 10s retries: 3 Loading Loading
deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ services: - traefik-net - kafka-net healthcheck: test: wget --spider -S -t 3 http://localhost:${MICROSERVICE_PORT}/api/${MICROSERVICE_NAME}/actuator/health test: wget --spider -S -t 3 http://localhost:${MICROSERVICE_PORT}/api/notification/actuator/health interval: 30s timeout: 10s retries: 3 Loading