restore composer.json, add mysqli extension

This commit is contained in:
2026-04-15 16:32:47 +05:00
parent acb79b2db7
commit 4d7c36cd33
6 changed files with 145 additions and 0 deletions

22
docker-compose.yml Normal file
View File

@@ -0,0 +1,22 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
target: runner
args:
API_URL: ${API_URL:-https://api.quyoshli.uz/api}
image: getgreen-uz:latest
container_name: getgreen-uz
restart: unless-stopped
ports:
- "${PORT:-3000}:3000"
environment:
NODE_ENV: production
API_URL: ${API_URL:-https://api.quyoshli.uz/api}
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3000/"]
interval: 30s
timeout: 10s
retries: 3
start_period: 15s