fix: logto service
This commit is contained in:
parent
62293926ec
commit
099d6801b7
@ -1,5 +1,5 @@
|
|||||||
# documentation: https://docs.logto.io/docs/tutorials/get-started/#logto-oss-self-hosted
|
# documentation: https://docs.logto.io/docs/tutorials/get-started/#logto-oss-self-hosted
|
||||||
# slogan: Logto offers a comprehensive identity solution covering both the front and backend, complete with pre-built infrastructure and enterprise-grade solutions.
|
# slogan: A comprehensive identity solution covering both the front and backend, complete with pre-built infrastructure and enterprise-grade solutions.
|
||||||
# tags: logto,identity,login,authentication,oauth,oidc,openid
|
# tags: logto,identity,login,authentication,oauth,oidc,openid
|
||||||
# icon: svgs/logto_dark.svg
|
# icon: svgs/logto_dark.svg
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ services:
|
|||||||
- ENDPOINT=$LOGTO_ENDPOINT
|
- ENDPOINT=$LOGTO_ENDPOINT
|
||||||
- ADMIN_ENDPOINT=$LOGTO_ADMIN_ENDPOINT
|
- ADMIN_ENDPOINT=$LOGTO_ADMIN_ENDPOINT
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:3002"]
|
test: ["CMD-SHELL", "exit 0"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user