5348966633
WT 目前沿用 JToken 的 JWT 校验;撤销一致性留到后续 WT 专用网关设计。
17 lines
355 B
YAML
17 lines
355 B
YAML
services:
|
|
chat-api:
|
|
build:
|
|
context: ../../../../
|
|
dockerfile: juwan-backend/app/chat/test/Dockerfile.api
|
|
container_name: chat-api-test
|
|
ports:
|
|
- "28888:8888"
|
|
- "28443:8443/udp"
|
|
volumes:
|
|
- ./certs:/etc/certs:ro
|
|
healthcheck:
|
|
test: ["CMD", "true"]
|
|
interval: 2s
|
|
timeout: 2s
|
|
retries: 5
|