fix: 修正authserver服务的端口和健康检查URL
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user