9 lines
241 B
YAML
9 lines
241 B
YAML
services:
|
|
opencode:
|
|
image: redpencil/opencode:0.0.1
|
|
stdin_open: true
|
|
tty: true
|
|
volumes:
|
|
- ./data/opencode/share:/root/.local/share/opencode
|
|
- ./config/opencode/opencode.json:/root/.config/opencode/opencode.json
|