fix: feat: extend edge container with Playwright and docker compose for bug reproduction (#256)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude 2026-04-06 07:45:14 +00:00 committed by Smoke Test
parent bf2842eff8
commit de7a1d3bc6
5 changed files with 588 additions and 0 deletions

View file

@ -39,6 +39,23 @@ services:
depends_on:
- forgejo
reproduce:
build:
context: .
dockerfile: docker/reproduce/Dockerfile
image: disinto-reproduce:latest
network_mode: host
profiles: ["reproduce"]
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- agent-data:/home/agent/data
- project-repos:/home/agent/repos
- ${HOME}/.claude:/home/agent/.claude
- /usr/local/bin/claude:/usr/local/bin/claude:ro
- ${HOME}/.ssh:/home/agent/.ssh:ro
env_file:
- .env
forgejo:
image: codeberg.org/forgejo/forgejo:1
container_name: disinto-forgejo