tree: 1cc1e1b8bac4832ae6795e9195fc2b6c353c2b72 [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.