fix: 修正authserver服务的端口和健康检查URL

This commit is contained in:
2025-10-25 20:36:53 +08:00
parent de6c5f044a
commit b2af429f25

View File

@ -40,13 +40,13 @@ services:
- AgileConfig__Nodes=https://config.konsoft.top/
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
ports:
- 8081:8081
- 8080:8080
volumes:
- /etc/letsencrypt/archive/code.konsoft.top/openiddict.pfx:/app/openiddict.pfx
networks:
- konsoft-shared-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8081/health"]
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 30s
timeout: 10s
retries: 3