tree: 829fc62f741f35c8fe1f1d0a9cd0cd96e9fda83a [path history] [tgz]
  1. pubsubtypes/
  2. .gitignore
  3. deployment-prod.yaml
  4. Dockerfile
  5. github.go
  6. Makefile
  7. pubsubhelper.go
  8. README.md
cmd/pubsubhelper/README.md

golang.org/x/build/cmd/pubsubhelper

Running with Docker locally

docker run --rm -it \
    -p 80:80 \
    -p 25:25 \
    -p 443:443 \
    gcr.io/go-dashboard-dev/pubsubhelper:latest [any additional pubsubhelper flags]

Deployment

See the documentation on deployment.