Files
fix-please-bot/docker-compose.yml
Space-Banane db6f6b120d
All checks were successful
Gitea CI / lint-and-test (push) Successful in 5s
add image specification for bot service in docker-compose
2026-02-07 12:24:20 +01:00

11 lines
277 B
YAML

services:
bot:
working_dir: /app
image: python:3.14-slim
command: bash -c "pip install -r requirements.txt && python main.py"
container_name: reddit-fix-please
restart: unless-stopped
environment:
- PYTHONUNBUFFERED=1
volumes:
- .:/app