12 lines
228 B
YAML
12 lines
228 B
YAML
|
|
services:
|
||
|
|
commafeed:
|
||
|
|
image: athou/commafeed:latest-h2
|
||
|
|
restart: unless-stopped
|
||
|
|
volumes:
|
||
|
|
- ./data:/commafeed/data
|
||
|
|
deploy:
|
||
|
|
resources:
|
||
|
|
limits:
|
||
|
|
memory: 256M
|
||
|
|
ports:
|
||
|
|
- 8082:8082
|