services: codex: build: . container_name: codex working_dir: /workspace stdin_open: true tty: true volumes: - ./workspace:/workspace - codex_config:/root/.config command: sleep infinity volumes: codex_config: