Go service template — z3k platform
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .dockerignore | ||
| Dockerfile | ||
| go.mod | ||
| main.go | ||
| README.md | ||
Go service — z3k platform template
A minimal HTTP service, wired for the platform:
- listens on
PORT(default 8080), health checks on/health - every push to
mainbuilds and publishes an image; the platform deploys it automatically - env vars come from the console's Configuration tab
Edit main.go, push, and watch your deployment in the console.