initial code upload
Some checks failed
Python CI / build (push) Failing after 27s

This commit is contained in:
Space-Banane
2026-02-07 12:01:15 +01:00
commit 144d9c1618
8 changed files with 287 additions and 0 deletions

10
docker-compose.yml Normal file
View File

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