Skip to content

Dockerize project for FastAPI webhook deployment#33

Draft
machinatororis wants to merge 1 commit intomainfrom
feature/issue-26-dockerize
Draft

Dockerize project for FastAPI webhook deployment#33
machinatororis wants to merge 1 commit intomainfrom
feature/issue-26-dockerize

Conversation

@machinatororis
Copy link
Owner

Draft Docker support for cloud deployment (FastAPI + webhook).

Changes:

  • Added Dockerfile for Python 3.12 with FastAPI webhook entrypoint
  • Added requirements-cloud.txt with light dependencies (Deepgram-only)
  • Added .dockerignore to minimize build context
  • Made transcription backend cloud-friendly (lazy Whisper import)
  • Updated .env.example with clearer configuration hints

Closes #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dockerize the project for cloud deployment

1 participant