-
Hi everyone, we are planning to host Dispatch on AWS ECS environment. Here are some questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 6 replies
-
I'm not sure if you've already figured this out. But in general, we are fairly unopinionated about deployment and provide docker files as references. If you do have some insight into ECS we'd be happy to have it documented here or in our docs. |
Beta Was this translation helpful? Give feedback.
-
@rilutham I would suggest you build the image using the original Dockerfile in the repo. Also deploying it using any container solution (podman, Docker, cri-o...). You'll save time. And it works great. |
Beta Was this translation helpful? Give feedback.
-
@rilutham were u able to build this application in ECS ? is it working ? Can you share the steps if its possible, since dispatch requires 3 container (dispatch-web, scheduler, database) , how to do it in task definition |
Beta Was this translation helpful? Give feedback.
-
Hi @rilutham I have tried same steps.
any idea about this error my tasks are always stopping due to this error, |
Beta Was this translation helpful? Give feedback.
-
Thanks @Ant0wan , looks there is issue while access those ssm parameters, I have stored all those parameters inside s3 object, now I can able to build image |
Beta Was this translation helpful? Give feedback.
-
@rilutham I have noticed there is issue after deploying container in ECS, since u have used healthcheck curl -f localhost:8000 , by default in our container there is no curl package was there, anyone before pushing into container registry login into the running container then install curl pkg, then commit the container into image, then push it, |
Beta Was this translation helpful? Give feedback.
-
Hi @rilutham |
Beta Was this translation helpful? Give feedback.
-
@rilutham Hi, I just create dispatch ECS service but, when task starts it gets error "dispatch.auth.service:Unable to determine user email based on configured auth provider or no default auth user email defined" Do you know how to solve this? |
Beta Was this translation helpful? Give feedback.
@rilutham I would suggest you build the image using the original Dockerfile in the repo. Also deploying it using any container solution (podman, Docker, cri-o...). You'll save time. And it works great.