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

Feature request: Add sentry containers. #1096

Closed
exfriend opened this issue Aug 15, 2017 · 6 comments
Closed

Feature request: Add sentry containers. #1096

exfriend opened this issue Aug 15, 2017 · 6 comments
Labels

Comments

@exfriend
Copy link
Contributor

Hey guys! Wouldn't it be nice to have a bug reporting system in the box?
Here is what I am using at the moment:

### Sentry Container ####################################

    sentry:
      image: sentry:latest
      depends_on:
       - redis
       - postgres
      links:
       - redis
       - postgres
      ports:
       - 9000:9000
      environment:
       - SENTRY_SECRET_KEY=${SENTRY_SECRET_KEY}
       - SENTRY_REDIS_HOST=redis
       - SENTRY_POSTGRES_HOST=postgres
       - SENTRY_DB_USER=${POSTGRES_USER}
       - SENTRY_DB_PASSWORD=${POSTGRES_PASSWORD}
      networks:
        - backend
        - frontend

    sentry_celery_beat:
      image: sentry:latest
      depends_on:
       - redis
       - postgres
      command: "sentry run cron"
      environment:
       - SENTRY_SECRET_KEY=${SENTRY_SECRET_KEY}
       - SENTRY_REDIS_HOST=redis
       - SENTRY_POSTGRES_HOST=postgres
       - SENTRY_DB_USER=${POSTGRES_USER}
       - SENTRY_DB_PASSWORD=${POSTGRES_PASSWORD}
      networks:
        - backend
        - frontend

    sentry_celery_worker:
      image: sentry:latest
      depends_on:
       - redis
       - postgres
      command: "sentry run worker"
      environment:
       - SENTRY_SECRET_KEY=${SENTRY_SECRET_KEY}
       - SENTRY_REDIS_HOST=redis
       - SENTRY_POSTGRES_HOST=postgres
       - SENTRY_DB_USER=${POSTGRES_USER}
       - SENTRY_DB_PASSWORD=${POSTGRES_PASSWORD}
      networks:
        - backend
        - frontend

Set up:
docker-compose exec sentry bash
sentry upgrade

@xiagw
Copy link
Contributor

xiagw commented Apr 25, 2019

good, I want this feature.

thanks .

@vicenteherrera
Copy link

+1

Also, minio and xdebug already uses port 9000, it would be easier if default configuration doesn't use that port.

@sevillaarvin
Copy link
Contributor

I'm surprised this hasn't been pulled in yet.

@lanphan
Copy link
Contributor

lanphan commented Aug 2, 2019

@exfriend
Thanks for your request. Would you please create a PR for this?

@stale
Copy link

stale bot commented Feb 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Feb 2, 2020
@stale
Copy link

stale bot commented Feb 23, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants