Default docker-compose.yml to pull from Docker Hub, sync with DOCKER_HUB.md

This commit is contained in:
2026-04-19 18:50:12 +02:00
parent 16ff29101e
commit b1e25a45b2
2 changed files with 14 additions and 10 deletions
+11 -7
View File
@@ -10,13 +10,17 @@
services:
devbox:
build:
context: .
args:
INSTALL_PYTHON: "false"
INSTALL_GO: "false"
INSTALL_OMOS: "false"
image: opencode-devbox:latest
image: joakimp/opencode-devbox:latest
# For multi-agent orchestration, use the omos variant instead:
# image: joakimp/opencode-devbox:latest-omos
#
# To build from source instead of pulling from Docker Hub, uncomment:
# build:
# context: .
# args:
# INSTALL_PYTHON: "false"
# INSTALL_GO: "false"
# INSTALL_OMOS: "false"
container_name: opencode-devbox
stdin_open: true
tty: true