Logo
Explore Help
Sign In
kbr4/gogo-telefon
1
0
Fork 0
You've already forked gogo-telefon
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
gogo-telefon/Dockerfile

13 lines
252 B
Docker
Raw Permalink Normal View History

M1: backend core + proposal engine - FastAPI skeleton, SQLAlchemy models (§13), Alembic initial migration - SchedulingProvider interface with google_calendar (free/busy read-only), partner_api (Appendix B client) and mock implementations - Proposal engine: create → provider-routed delivery → owner actions (resolve/confirm+SMS/reject) → expiry + reminders (§9) - Signed single-use action links, .ics METHOD:REQUEST attachment - Partner outcome webhook with HMAC verification + polling fallback - SmsProvider (console) with Bosnian templates (§5.5), EmailProvider (console/SMTP) - Fake partner API server in tests/ — Appendix B reference implementation - 43 tests: slot math, proposal lifecycle, action links, partner contract Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 09:45:06 +02:00
FROM python:3.12-slim
WORKDIR /app
COPY pyproject.toml README.md* ./
COPY gogo ./gogo
COPY alembic ./alembic
COPY alembic.ini ./
RUN pip install --no-cache-dir -e .
EXPOSE 8000
CMD ["uvicorn", "gogo.main:app", "--host", "0.0.0.0", "--port", "8000"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 43ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API