deploy: Compose 호스트 포트 42881·42917 및 문서 동기화

Made-with: Cursor
This commit is contained in:
2026-04-13 14:05:31 +09:00
parent 3e101f50c2
commit 8ec690f698
11 changed files with 170 additions and 73 deletions

View File

@@ -1,2 +1,13 @@
# PocketBase 공개 URL (끝 슬래시 없). Docker 배포 시 브라우저에서 접근 가능한 주소로 설정
VITE_POCKETBASE_URL=http://127.0.0.1:8090
# 사용자에게 노출되는 웹앱 URL(끝 슬래시 없). PWA manifest 식별 등에 사용
VITE_PUBLIC_APP_URL=https://todo.sori.studio
# PocketBase 공개 URL(끝 슬래시 없음). 브라우저가 직접 호출한다
VITE_POCKETBASE_URL=https://api.todo.sori.studio
# 로컬에서 PocketBase 컨테이너만 띄울 때 예시(필요 시 위 두 줄 대신 사용)
# VITE_PUBLIC_APP_URL=http://127.0.0.1:5173
# VITE_POCKETBASE_URL=http://127.0.0.1:8090
# docker compose 기본 호스트 포트로 NAS LAN에서 접속할 때(포트는 docker-compose.yml과 맞출 것)
# VITE_PUBLIC_APP_URL=http://192.168.0.50:42881
# VITE_POCKETBASE_URL=http://192.168.0.50:42917