deploy: compose.yaml, container_name, .env 적용 안내

Made-with: Cursor
This commit is contained in:
2026-04-13 14:18:37 +09:00
parent 3058f6a976
commit 58a64a14c2
8 changed files with 23 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
| `src/composables/useTodos.js` | 목록 로드·추가·완료 토글 |
| `vite.config.js` | Vue 플러그인, PWA 매니페스트(`VITE_PUBLIC_APP_URL` 반영) |
| `tailwind.config.js` | 테마 색·폰트 |
| `docker-compose.yml` | PocketBase + 정적 웹(nginx), 호스트 포트 기본 42881·42917 |
| `docker-compose.yaml` | PocketBase + 정적 웹(nginx), `container_name`·호스트 포트 기본 42881·42917 |
| `Dockerfile` | Vite 빌드 후 nginx 이미지 |
| `nginx.conf` | SPA 폴백 라우팅 |
| `docs/nas-deploy-guide.md` | NAS SSH·Git 클론·Compose·PocketBase 설정 순서 |