Files
codex/docker-compose.yaml
Tord-Vincent Heggland ee97fa4711 first
2026-04-14 15:52:25 +02:00

17 lines
256 B
YAML

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: