Update series-service startup configuration: change default port to 8090, improve Docker stability with prefer-ip-address, and document fixes in curator log.

This commit is contained in:
2026-04-13 23:27:52 +02:00
parent 2ee9ccf8e9
commit bef09791ae
2 changed files with 15 additions and 1 deletions
@@ -19,13 +19,14 @@ spring:
discovery:
enabled: ${CONSUL_ENABLED:true}
register: ${CONSUL_ENABLED:true}
prefer-ip-address: true
health-check-path: /actuator/health
health-check-interval: 10s
instance-id: ${spring.application.name}-${server.port}-${random.uuid}
service-name: ${spring.application.name}
server:
port: 8089
port: 8090
management:
endpoints: