version: '3.7' x-json-logging: &json-logging logging: driver: "json-file" options: max-size: 10m max-file: "3" x-resources-normal: &resources-normal deploy: resources: limits: cpus: '1' memory: 2GB x-resources-small: &resources-small deploy: resources: limits: cpus: '0.5' memory: 1GB x-resources-micro: &resources-micro deploy: resources: limits: cpus: '0.25' memory: 128M services: llm: <<: *resources-normal # image: archlinux@sha256:19f09c502102d6d249f4e15667144cab1b8a195d9a549996774a665f582bea99 image: online.fxreader.pr34.claude.v1:v0.2 command: ['sh', '-c', 'while true; do sleep 1; done'] init: true volumes: - ./:/app:rw - online.fxreader.pr34.claude.v1:/mnt/online.fxreader.pr34.claude volumes: online.fxreader.pr34.claude.v1: