릴리스: v0.1.27 UGREEN NAS 운영 배포 파일 추가
This commit is contained in:
12
README.md
12
README.md
@@ -39,6 +39,18 @@ VITE_API_ORIGIN=http://localhost:5179 npm run dev
|
||||
|
||||
자세한 내용은 [docs/local-mariadb.md](/Users/bicute/Desktop/zenn.dev/tier-cursor/docs/local-mariadb.md)를 참고하세요.
|
||||
|
||||
## UGREEN NAS 운영 배포
|
||||
|
||||
운영용은 `MariaDB + backend + frontend` 3컨테이너 구조를 권장합니다.
|
||||
|
||||
```bash
|
||||
cp .env.production.example .env.production
|
||||
docker compose --env-file .env.production -f docker-compose.prod.yml up -d --build
|
||||
```
|
||||
|
||||
- 프로덕션 컴포즈: [docker-compose.prod.yml](/Users/bicute/Desktop/zenn.dev/tier-cursor/docker-compose.prod.yml)
|
||||
- 배포 가이드: [docs/ugreen-nas-deploy.md](/Users/bicute/Desktop/zenn.dev/tier-cursor/docs/ugreen-nas-deploy.md)
|
||||
|
||||
## 사용 흐름(현재 구현)
|
||||
|
||||
- **게임 선택**: `/`에서 게임 클릭
|
||||
|
||||
Reference in New Issue
Block a user