From 3ab25e47fe383a49102babc4fbb3e5f59426bbd3 Mon Sep 17 00:00:00 2001 From: cerberus Date: Tue, 27 Jan 2026 12:14:43 +0100 Subject: [PATCH] added commafeed --- commafeed/compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 commafeed/compose.yml diff --git a/commafeed/compose.yml b/commafeed/compose.yml new file mode 100644 index 0000000..ed23ddd --- /dev/null +++ b/commafeed/compose.yml @@ -0,0 +1,12 @@ +services: + commafeed: + image: athou/commafeed:latest-h2 + restart: unless-stopped + volumes: + - ./data:/commafeed/data + deploy: + resources: + limits: + memory: 256M + ports: + - 8082:8082 \ No newline at end of file