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