Important
This is a simplified setup to run Teamscale on your local machine. It is not recommended for production usage. For production deployments see cqse/teamscale-docker-deployment instead.
- Get an evaluation license at https://teamscale.com/try and save it to
./data/config/teamscale.license. - Start the container:
docker compose up -d
- Open http://localhost:8080.
All changes go in docker-compose.yml, nothing in data/config/ needs to be touched.
services:
teamscale:
environment:
TEAMSCALE_MEMORY: 8Gservices:
teamscale:
ports:
- "9090:8080"services:
teamscale:
environment:
TS_PROPERTIES: |-
engine.workers=4
instance.name=my-evalFull property list: Configuring Teamscale.