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

docker-compose ? #2

Closed
JeanFred opened this issue Jul 27, 2016 · 10 comments
Closed

docker-compose ? #2

JeanFred opened this issue Jul 27, 2016 · 10 comments

Comments

@JeanFred
Copy link
Contributor

Hello,

I see there is a docker-compose.yml. Using docker-compose to run Sentry sounds great ; however it is not mentioned at all in the documentation at https://docs.getsentry.com/on-premise/server/installation/docker/.

Is docker-compose support just experimental, or would you recommend it for new installs?

Thanks!

@Freundschaft
Copy link

docker-compose up worked for me but before that you need to run
docker-compose run --rm web upgrade in order to create db and user

@hernandev
Copy link

running it on docker cloud would also be great, running without Dockerfile

@mattrobenolt
Copy link
Contributor

It's kinda experimental. I don't fully advocate it since I don't personally know it well enough and last I heard, docker-compose was not intended to be used for production, just small dev environments.

Can it be used now to coordinate large multi machine deployments?

@hernandev
Copy link

docker cloud, formerly tutum is using it's own sintax but it's 99% compatible with docker-compose, rancher uses docker-compose along with a additional file, so looks like the standard now, anyway, rancher provides a catalog entry for sentry, so it's just one click install, and i'm not using docker-cloud anymore, altough i did got it working on docker-cloud, just adjusting a few things and always keeping the data volumes so when containers are rebuilt data is not lost

@maguowei
Copy link

maguowei commented Aug 5, 2016

add docker-compose usage #5

@fredvd
Copy link

fredvd commented Sep 27, 2016

The sentry 'on premise' documentation is quite confusing at the moment. Running everything under python is deprecated according to the official docs, but the docker documentation is only listing manual steps to individually start and link containers.

with 'on premise' I understand running something to use it, so some degree of production setup. the quickest way to production is using the docker-compose.yml, but if it's still experimental it should be clearly marked as such. Also see #9

@InAnimaTe
Copy link
Contributor

InAnimaTe commented Oct 12, 2016

I'm actually making some changes to the README for this repo and will submit a PR in the next day or two. I'm going to make it clear that this is a somewhat experimental and explain the manual steps needed before a docker-compose up will work as expected. We've been running this for a the past few months so it isn't exactly not production ready, it just needs a little more explanation (and love ;)

As for the on-prem docs @fredvd is talking about (these), is there any way I can contribute to those @mattrobenolt ?

@mattrobenolt
Copy link
Contributor

@InAnimaTe
Copy link
Contributor

Beautiful. I'll have a PR for that too ;)

@JeanFred
Copy link
Contributor Author

JeanFred commented Nov 4, 2016

I’m closing this: the initial question has been answered, and since then the various docs have been updated too.

As for me I have been running Sentry on-premise using docker-compose for a couple of months and am perfectly happy with it :)

Thanks everyone!

@JeanFred JeanFred closed this as completed Nov 4, 2016
@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants