services:
studiograph:
build: .
ports:
- "8000:8000"
volumes:
- workspace:/workspace
environment:
# Owner account, created on first boot
ADMIN_EMAIL: you@example.com
ADMIN_PASSWORD: change-me
ADMIN_NAME: "Your Name"
# Workspace name
STUDIOGRAPH_TEAM_NAME: "My Studio"
# Identity for git commits made by the server
GIT_USER_NAME: "Your Name"
GIT_USER_EMAIL: you@example.com
# Model provider key for the agent
ANTHROPIC_API_KEY: sk-ant-...
# Optional: additional API bearer tokens
# API_KEYS: ...
volumes:
workspace: