Add docker-compose and lint main.py

This commit is contained in:
√(noham)²
2026-05-25 15:10:25 +02:00
parent 0c64b0200a
commit 502d770749
3 changed files with 109 additions and 56 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
afp-rss:
image: nohamr/afp-rss:latest
container_name: afp-rss
ports:
- "8080:8080"
restart: unless-stopped