Free
Get started with the free community edition, which includes all essential documentation features.
# Example docker-compose.yml file # Run using: docker compose -p contextmap up -d # Afterwards open a browser and navigate to http://localhost:8080 version: "3" services: contextmap: container_name: community-edition image: contextmap/community-edition:latest ports: - 8080:80 - 8000:8000 environment: - "BACKEND_URL=http://localhost:8000" volumes: - ./tmp:/data/db
To give you an idea of what the ContextMap portal looks like...
The following demo allows you to have a look at the portal for a mocked architecture.