feat: chose english for new-api
This commit is contained in:
parent
964f9e43cd
commit
0d017e24bc
1 changed files with 2 additions and 1 deletions
|
|
@ -92,10 +92,11 @@ services:
|
|||
- SQL_DSN=
|
||||
- TZ=UTC
|
||||
- ENABLE_METRIC=true
|
||||
- LANG=en_US.UTF-8
|
||||
- INITIAL_ROOT_ACCESS_TOKEN=${NEW_API_ACCESS_TOKEN}
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/api/status"]
|
||||
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://localhost:3000/"]
|
||||
interval: 15s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue