services: pmocrazy-coder: build: context: .. dockerfile: Dockerfile volumes: - ..:/workspace working_dir: /workspace ports: - "1249:1248" environment: - LOCAL_LLM_API=http://host.docker.internal:1248/v1 user: devuser entrypoint: ["/usr/local/bin/entrypoint.sh"] command: ["bash", "-c", "tail -f /dev/null"]