Kubernetes powered PaaS that runs in your own cloud. https://porter.run

Alexander Belanger d7b83fb445 onboarding with default sqlite hace 5 años
cmd d7b83fb445 onboarding with default sqlite hace 5 años
dashboard d7b83fb445 onboarding with default sqlite hace 5 años
docker d7b83fb445 onboarding with default sqlite hace 5 años
docs 7a6e922646 fixed api docs mixup hace 5 años
internal d7b83fb445 onboarding with default sqlite hace 5 años
server d7b83fb445 onboarding with default sqlite hace 5 años
.air.toml e71b846b93 ignore dashboard in air.toml hace 5 años
.dockerignore d7b83fb445 onboarding with default sqlite hace 5 años
.gitignore e00e0bbf39 gitignore yaml hace 5 años
README.md d7b83fb445 onboarding with default sqlite hace 5 años
app 05a94f3c70 merge hace 5 años
docker-compose.dev.yaml 41a6969a7e updated docker compose dev hace 5 años
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration hace 5 años
go.mod d7b83fb445 onboarding with default sqlite hace 5 años
go.sum d7b83fb445 onboarding with default sqlite hace 5 años

README.md

Porter

For development:

docker-compose -f docker-compose.dev.yaml up --build

And then visit localhost:8080 in the browser.

Testing

From the root directory, run go test ./... to run all tests and ensure the builds/tests pass.

Building

From the root directory, run DOCKER_BUILDKIT=1 docker build . --file ./docker/Dockerfile.