You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run Snibox (Docker) version on AWS Elastic Container Service. I have the container host built and its working as far as I can tell. However, when I try to deploy Snibox to it, the frontend keeps failing with the error:
nginx: [emerg] host not found in upstream "backend:3000" in /etc/nginx/conf.d/default.conf:17
Here is my ecs-params.yml file which "complements" the docker-compose.yml file:
Note that the dependsOn option is not valid in ECS, so its essentially ignored. I read that you can use volumesFrom instead, but that doesn't seem to change anything.
The text was updated successfully, but these errors were encountered:
I'm trying to run Snibox (Docker) version on AWS Elastic Container Service. I have the container host built and its working as far as I can tell. However, when I try to deploy Snibox to it, the frontend keeps failing with the error:
Here is my
ecs-params.yml
file which "complements" thedocker-compose.yml
file:Note that the
dependsOn
option is not valid in ECS, so its essentially ignored. I read that you can usevolumesFrom
instead, but that doesn't seem to change anything.The text was updated successfully, but these errors were encountered: