This commit is contained in:
2026-04-15 19:53:38 +05:00
parent a3bf5f990a
commit 610f27a9cb
2 changed files with 20 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ services:
environment:
NODE_ENV: production
API_URL: ${API_URL:-https://api.quyoshli.uz/api}
extra_hosts:
- "host.docker.internal:host-gateway"
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3000/"]
interval: 30s