services:
mastobot:
build:
context: .
args:
- version=local
container_name: mastobot
env_file: ./.env
environment:
- UVICORN_RELOAD=True
ports:
- 8000:8000
develop:
watch:
- action: rebuild
path: ./app
target: /code/app
path: ./requirements.txt