Skip to content

Docker Commands and Profiles

Run Docker commands from open-core/.

CommandProfileResult
pnpm run docker:devdevStarts api and web services for local development.
pnpm run docker:prodprodStarts api-prod, which serves the built web app through the Go API.
pnpm run docker:downdev and prodStops supported profiles without deleting SQLite data.

SQLite data is stored in the named Docker volume scout_open_core_sqlite_data and mounted at /data/scout.db inside API containers.

To intentionally delete local Docker data, run:

Terminal window
docker volume rm scout_open_core_sqlite_data

Only run the reset command when you want to delete local ThreadLens data.