Files
fix-please-bot/docker-compose.yml
Space-Banane 144d9c1618
Some checks failed
Python CI / build (push) Failing after 27s
initial code upload
2026-02-07 12:01:15 +01:00

10 lines
249 B
YAML

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