init: dbx-corm 프로젝트 Docker 기반 마이그레이션
주요 변경사항: - DB 접속정보를 환경변수(.env) 방식으로 분리 - orderlist_app → orderlist_db 변경 (main.py, routers/returns.py) - 네이버/카페24 API 키도 환경변수로 분리 - Dockerfile / docker-compose.yml 작성 (외부 PostgreSQL 네트워크 연결) - .gitignore: 민감파일(.env, cafe24_tokens.json, manual-ordering.json) 제외 - 불필요 파일 정리 (venv, __pycache__, 일회성 스크립트, xlsx 등) - README.md / .env.example / push_to_gitea.bat 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
fastapi
|
||||
uvicorn
|
||||
pydantic
|
||||
gspread
|
||||
google-auth
|
||||
jinja2
|
||||
python-multipart
|
||||
pandas
|
||||
openpyxl
|
||||
xlrd
|
||||
bcrypt
|
||||
requests
|
||||
psycopg2-binary
|
||||
python-dotenv
|
||||
Reference in New Issue
Block a user