services: go-builder: image: golang:1.25.5-alpine volumes: - $PWD:/app entrypoint: ["/bin/sh", "-c", "/app/entrypoint.sh"] environment: - GOOS=linux - GOARCH=386 - CGO_ENABLED=0