Basic example of a Kinetic setup using Docker Compose. It includes:
- Kinetic API with the Kinetic Manager
- A Postgres database
- A Redis instance
- Docker and Docker Compose
- Clone this repository
- Edit the
environment
section of thedocker-compose.yml
file to configure the Kinetic API - Run
docker-compose up
to start the stack - Navigate to
http://localhost:3000
- login with the credentials you configured in the
docker-compose.yml
file (admin/Kinetic1 by default) - Top stop the process, press
Ctrl+C
or rundocker-compose down
To run the stack in the background, run docker-compose up -d
. To stop the stack, run docker-compose down
. To see the logs, run docker-compose logs -f
.
Please head over to the Kin Developer Community on Discord to get help using Kinetic.