fix(docker): point DOCKER_HOST to resolvable dind service alias

This commit is contained in:
opencode-agent 2026-08-02 00:46:00 +00:00
parent 35338f3220
commit b80cf97787

View file

@ -29,7 +29,7 @@ services:
env_file: env_file:
- .env - .env
environment: environment:
- DOCKER_HOST=tcp://docker-dind:2375 - DOCKER_HOST=tcp://dind:2375
- OPENCODE_CONFIG_DIR=/root/.config/opencode - OPENCODE_CONFIG_DIR=/root/.config/opencode
- OPENCODE_MEMORY_DIR=/root/.local/share/opencode/opencode-memory - OPENCODE_MEMORY_DIR=/root/.local/share/opencode/opencode-memory
- DOCKER_CONTAINER=true - DOCKER_CONTAINER=true