Git Product home page Git Product logo

Comments (8)

mountainpaul avatar mountainpaul commented on June 5, 2024

Did you get this to work?

from docker-sentry.

NanneHuiges avatar NanneHuiges commented on June 5, 2024

Nope, not really. I got it to start and then I had to see how the whole celery thing would work. Wasn't worth the hassle at this point, as I went to this library for ease, not for hacking; why re-invent the wheel :)

I did look up a docker-compose thing that sorta did the trick, but i don;t have the link ready. It was nothing too special, just a google-hit on something like docker, compose, sentry. That was better as you get more clearity about what is where

from docker-sentry.

mlaitinen avatar mlaitinen commented on June 5, 2024

I got the celery worker running in another container using the official Sentry image (slightly modified, only added slack integration).

Here's what I got in my sentry.sh:

#!/bin/bash
docker run --name sentry --restart=always --link redis:redis --link pg:postgres -d -v /root/sentry/sentry.conf.py:/home/user/.sentry/sentry.conf.py -e SENTRY_DB_PASSWORD=<db password> -e VIRTUAL_HOST=<virtualhost used by nginx-proxy> my_sentry_image
docker run --name sentry_celery --restart=always --link redis:redis --link pg:postgres -d -v /root/sentry/sentry.conf.py:/home/user/.sentry/sentry.conf.py -e SENTRY_DB_PASSWORD=<db password> my_sentry_image sentry celery worker -B -l INFO

from docker-sentry.

NanneHuiges avatar NanneHuiges commented on June 5, 2024

Is this based on the current (new) repo here, the one from yesterday?

from docker-sentry.

mlaitinen avatar mlaitinen commented on June 5, 2024

Actually, no, but thanks informing me about the latest commit. I didn't notice it until now.

I believe the same commands apply to the latest commit as well.

from docker-sentry.

NanneHuiges avatar NanneHuiges commented on June 5, 2024

Yeah, I was trying to see how to get it all in one 'howto', from scratch. so with the create user command, starting the links, etc etc, so i'll add this to the 'todo' list :). Give me a shout if you used the new version and it worked :)

from docker-sentry.

yosifkit avatar yosifkit commented on June 5, 2024

A new image based on yesterday's changes should be on the Docker Hub later today, or you can clone and docker build if you are in a hurry. Let me know if it works out and if there needs to be any other additions to the docs (docker-library/docs#289).

from docker-sentry.

tianon avatar tianon commented on June 5, 2024

This is documented in the docs now. 👍

from docker-sentry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.