This repository provides a minimal Docker setup to run Komiser from a scratch image.
- Docker
- Docker Compose V2
- make
Current this container only targets a single account
Export you AWS credentials into your environment
-
Run the container:
make up
-
Stop the container:
make down
-
Tail Logs:
make logs
-
Clean:
make clean
You can Access the service at http://localhost:3000