Initial version of app
Some checks failed
Build & Release / build-docker-image (push) Failing after 4m15s
Build & Release / deploy-to-production (push) Has been skipped

This commit is contained in:
2026-02-13 18:18:14 +01:00
commit ba97013c27
22 changed files with 1356 additions and 0 deletions

20
compose.yml Normal file
View File

@@ -0,0 +1,20 @@
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