Commit graph

3 commits

Author SHA1 Message Date
Sergey
7d1ef60f6f
fix(docker): install docker-cli and fix DOCKER_HOST hostname (#223)
* fix(docker): install docker-ce-cli and compose plugin in image

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

* test(docker): cover docker-ce-cli install and dind DOCKER_HOST fix

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-08-02 03:49:31 +03:00
Sergey
e72d435b82
fix(docker): increase opencode limits and add tini reaper + healthcheck (#132)
* fix(docker): increase opencode memory and cpu limits

* fix(docker): add tini init for zombie reaping

* fix(docker): add healthcheck for hang auto-restart

* test(docker): assert opencode limits, init and healthcheck

* docs(handoff): add handoff and ADR for opencode limits fix

* docs(handoff): set PR number

* docs(project-map): update docker-compose and test descriptions for PR#132

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-07-29 21:19:01 +03:00
Sergey
655a98d077
fix(docker): expose port 4096 on 0.0.0.0 for NPM proxy (#51)
* fix(docker): expose port 4096 on 0.0.0.0 for NPM proxy

* test(docker): add docker-compose port exposure test

* docs(handoff): set PR number for docker port expose

---------

Co-authored-by: opencode-agent <agent@slaid098.dev>
2026-07-24 20:27:37 +03:00