We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can install database in a kubernetes cluster and port forward the service. example:
kubectl port-forward svc/hippo-pgbouncer 5432:5432 -n testing
Update the database details in bindings/postgres directory. Set the environment variable SERVICE_BINDING_ROOT to bindings directory.
export SERVICE_BINDING_ROOT=`pwd`/bindings
First login
echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
Build an image
docker build -t ghcr.io/shopbasket/shopbasket:latest
Push and image
docker push ghcr.io/shopbasket/shopbasket:latest