Quickstart to get a local Griptape Cloud environment up and running.
- Docker compose
- Run the
pull_images.sh
script to pull and tag the necessary images.
./pull_images.sh
- Start the service with docker compose.
docker compose -f docker-compose.yml up
- Navigate to
localhost:8080
in your browser to access the Griptape Cloud console.