Files
mastobot/compose.yml
John Ahlroos ba97013c27
Some checks failed
Build & Release / build-docker-image (push) Failing after 4m15s
Build & Release / deploy-to-production (push) Has been skipped
Initial version of app
2026-02-17 13:46:10 +01:00

21 lines
372 B
YAML

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