Files
mev-beta/compose.yaml
2025-09-16 11:05:47 -05:00

20 lines
392 B
YAML

services:
claude-code:
build:
context: .
dockerfile: Podmanfile
privileged: true
security_opt:
- seccomp=unconfined
- label=disable
devices:
- /dev/fuse
environment:
- STORAGE_DRIVER=vfs
volumes:
- ./workspace:/workspace:Z
- ./storage:/var/lib/containers/storage:Z
stdin_open: true
tty: true
command: bash