17 lines
335 B
HCL
17 lines
335 B
HCL
service {
|
|
name = "emotion-service"
|
|
id = "emotion-service-1"
|
|
address = "emotion-service"
|
|
port = 8002
|
|
|
|
check {
|
|
http = "http://emotion-service:8002/health"
|
|
interval = "10s"
|
|
timeout = "5s"
|
|
}
|
|
|
|
meta = {
|
|
traefik_enable = "true"
|
|
traefik_http_routers_emotion_service_rule = "PathPrefix(`/api/emotion`)"
|
|
}
|
|
} |