Set SPRING_APPLICATION_NAME for billing-service in Docker Compose to fix Consul registration issues and add stability log documentation.
This commit is contained in:
@@ -487,6 +487,7 @@ services:
|
||||
- "${BILLING_DEBUG_PORT:-5012:5012}"
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: "${BILLING_SPRING_PROFILES_ACTIVE:-docker}"
|
||||
SPRING_APPLICATION_NAME: "${BILLING_SERVICE_NAME:-billing-service}"
|
||||
DEBUG: "${BILLING_DEBUG:-true}"
|
||||
SERVER_PORT: "${BILLING_SERVER_PORT:-8087}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user