Files
mastobot/compose.yml
John Ahlroos 1382c0748d
All checks were successful
Build & Release / build-docker-image (push) Successful in 1m45s
Build & Release / deploy-to-production (push) Successful in 26s
Add svenska yle feed
2026-05-24 18:36:32 +02:00

21 lines
375 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: rebuild
path: ./app
target: /code/app
- action: rebuild
path: ./requirements.txt