Skip to content

Add docker-compose instructions #653

Open
@dcramer

Description

Easy way to utilize the sidecar in a random project is just adding it to a docker-compose.yml.

We should add a simple snippet for that so folks can copypasta.

e.g.

version: "3.7"
services:
  spotlight:
    image: ghcr.io/getsentry/spotlight:latest
    restart: on-failure
    ports:
      - "8969:8969"

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions