chore: переход на static export + nginx для деплоя
Конфигурация совместима с Gitea CI/CD инфраструктурой: - Static export вместо standalone Node.js - Nginx для раздачи статики - Docker multi-stage build Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2,7 +2,5 @@ services:
|
||||
grib:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3080:80"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user