unownone / Tweety.py

A End to End no-code Twitter Bot Api built on top of tweepy and fastapi
MIT License
4 stars 4 forks source link

Add Docker & docker compose #7

Closed hmajid2301 closed 1 year ago

hmajid2301 commented 1 year ago

Add a docker and docker compose file

docker compose:

Fixes: #5

hmajid2301 commented 1 year ago

The docker-compose file is intended to be run locally, so it should only be accessible on your local machine. Unless you plan to deploy the application using docker-compose ?

unownone commented 1 year ago

Actually makes more sense. I'll Merge the PR , Great work! Thanks for contributing!