Loading deploy/docker-compose.tmpl.yml +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ services: - JAVA_OPTS=-XX:MaxRAMFraction=2 networks: - traefik-net - kafka-net healthcheck: test: wget --spider -S -t 3 http://localhost:${MICROSERVICE_PORT}/api/${MICROSERVICE_NAME}/actuator/health interval: 30s Loading @@ -22,3 +23,6 @@ services: networks: traefik-net: external: true kafka-net: external: true Loading
deploy/docker-compose.tmpl.yml +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ services: - JAVA_OPTS=-XX:MaxRAMFraction=2 networks: - traefik-net - kafka-net healthcheck: test: wget --spider -S -t 3 http://localhost:${MICROSERVICE_PORT}/api/${MICROSERVICE_NAME}/actuator/health interval: 30s Loading @@ -22,3 +23,6 @@ services: networks: traefik-net: external: true kafka-net: external: true