Skip to content

incompetent-hosting-provider/monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IHP

Quick start

Note: docker compose is an alias for docker-compose. Depending on your docker version and/or OS you might have to use the ladder.

To start the local dev setup: Note: arm architecture is currently not supported, due to incompatible dependencies in terraform providers.

docker compose up -d

This starts all components except for the cli. When developing one of the services the corresponding components container can be stopped manually or via the --scale option.

docker compose up -d --scale=<service name>=0
Service Endpoint
Keycloak endpoint admin
Grafana endpoint

Credentials

Keycloak

Admin:

admin:admin
Sample Users When docker compose is started, a realm containing three test users is loaded:
  • test-user-1
  • test-user-2
  • test-user-3

All these test users use a default password "Test123"

Grafana

Admin:

admin:admin

Additional

Note that dynamodb persists its db within the docker/dynamodb directory. This needs to be deleted to fully reset the application.

As of now the creation of custom containers as well as the deletion of running containers is not supported by the terraform service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published