Files
mastobot/compose.yml

21 lines
372 B
YAML
Raw Normal View History

2026-02-13 18:18:14 +01:00
services:
mastobot:
build:
context: .
args:
- version=local
container_name: mastobot
env_file: ./.env
environment:
- UVICORN_RELOAD=True
ports:
- 8000:8000
develop:
watch:
- action: sync
path: ./app
target: /code/app
- action: rebuild
path: ./requirements.txt