feat: chose english for new-api

This commit is contained in:
Ray Andrew 2026-02-14 13:04:20 -06:00
parent 964f9e43cd
commit 0d017e24bc
Signed by: rayandrew
SSH key fingerprint: SHA256:EUCV+qCSqkap8rR+p+zGjxHfKI06G0GJKgo1DIOniQY

View file

@ -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