added commafeed
This commit is contained in:
12
commafeed/compose.yml
Normal file
12
commafeed/compose.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user