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__Nodes=https://config.konsoft.top/
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04 - AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
ports: ports:
- 8081:8081 - 8080:8080
volumes: volumes:
- /etc/letsencrypt/archive/code.konsoft.top/openiddict.pfx:/app/openiddict.pfx - /etc/letsencrypt/archive/code.konsoft.top/openiddict.pfx:/app/openiddict.pfx
networks: networks:
- konsoft-shared-network - konsoft-shared-network
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8081/health"] test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3