Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker-compose instructions #653

Open
dcramer opened this issue Jan 15, 2025 · 0 comments
Open

Add docker-compose instructions #653

dcramer opened this issue Jan 15, 2025 · 0 comments

Comments

@dcramer
Copy link
Member

dcramer commented Jan 15, 2025

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant