services: commafeed: image: athou/commafeed:latest-h2 restart: unless-stopped volumes: - ./data:/commafeed/data deploy: resources: limits: memory: 256M ports: - 8082:8082 environment: - COMMAFEED_HTTP_CLIENT_BLOCK_LOCAL_ADDRESSES=ture