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

GCP support? #14

Closed
S-aiueo32 opened this issue Jul 11, 2019 · 4 comments
Closed

GCP support? #14

S-aiueo32 opened this issue Jul 11, 2019 · 4 comments

Comments

@S-aiueo32
Copy link

I want to deploy on GCP.
Do you plan to support?

@bmartinn
Copy link
Member

Unfortunately, we still do not have pre-buil GCP images, that said it is quite easy to setup.
Setup a GCP machine, ssh to it, and follow the docker instructions :)

@S-aiueo32
Copy link
Author

Thank you for your reply.

I tried to follow the instructions but I'm facing internal server errors.
Like your mention in #6 , I run docker ps and the result was below.

CONTAINER ID        IMAGE                                                  COMMAND                  CREATED             STATUS                          PORTS               NAMES
f15bc61f1986        allegroai/trains:latest                                "/opt/trains/wrapper…"   3 minutes ago       Up 3 minutes                                        trains-webserver
8f7587fd20bd        allegroai/trains:latest                                "/opt/trains/wrapper…"   3 minutes ago       Up 11 seconds                                       trains-apiserver
644dd63e96f0        allegroai/trains:latest                                "/opt/trains/wrapper…"   3 minutes ago       Up 3 minutes                                        trains-fileserver
30d5829244aa        mongo:3.6.5                                            "docker-entrypoint.s…"   4 minutes ago       Up 3 minutes                                        trains-mongo
e0a179993c24        docker.elastic.co/elasticsearch/elasticsearch:5.6.16   "/bin/bash bin/es-do…"   4 minutes ago       Restarting (1) 46 seconds ago                       trains-elastic

It seems that trains-apiserver and trains-elastic keep to be crashed, not mongo.
Do you have any idea what is happening?

@bmartinn
Copy link
Member

Usually, this kind of behavior from the Elastic container indicates issues with the docker daemon configuration. These are affected by steps 2 through 5 in our Setup section.

Use the docker logs trains-elastic command and try to figure out which configuration is failing (you're welcome to share the logs output here, of course).

@S-aiueo32
Copy link
Author

Thank you!
Your pointing was correct and I've been able to run it. (I had a typo in daemon setting...)

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

2 participants