Docker-compose configuration for quick deployment of jaeger
- Docker installed and running (https://docs.docker.com/engine/install/)
- Docker Compose installed and running (https://docs.docker.com/compose/install/)
-
Start the services:
docker-compose up -d
This will create and start both the postgres and pgadmin containers in detached mode (background).
-
Access Jaeger UI:
- Open your web browser and navigate to
http://localhost:16686
.
- Open your web browser and navigate to
- Stop:
docker-compose stop
- Remove:
docker-compose down