services: status-go: build: context: ../ dockerfile: _assets/build/Dockerfile args: build_tags: gowaku_no_rln build_target: statusd build_flags: -ldflags="-X github.com/status-im/status-go/params.Version= -X github.com/status-im/status-go/params.GitCommit=11f83780d -X github.com/status-im/status-go/params.IpfsGatewayURL=https://ipfs.status.im/ -X github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/metrics.EnabledStr=true" ports: - 3333:3333 - 8080:8080 - 30303:30303 - 30303:30303/udp - 30304:30304/udp entrypoint: ["statusd", "-c", "/static/configs/config.json", "--seed-phrase=test test test test test test test test test test test junk", "--password=Strong12345"]