silverbackis / ComponentsWebApp

API Platform and NuxtJS as the core frameworks for making component driven progressive web apps
https://cwa.silverbackwebapps.com
MIT License
23 stars 1 forks source link

building error #2

Closed ghost closed 6 years ago

ghost commented 6 years ago

I am trying to solve some errors but was unable to find how, that's my config running on Ubuntu 18.04

Docker version 18.03.1-ce, build 9ee9f40
docker-compose version 1.21.2, build a133471

And I get on Varnish container:

Error:
Message from VCC-compiler:
DNS lookup(api): Try again
('/etc/varnish/default.vcl' Line 21 Pos 3)
  "api";

And on Nginx one:

nginx: [emerg] host not found in upstream "api" in /etc/nginx/conf.d/default.conf:14

Also have had created external network before doing make start with docker network create proxy

silverbackdan commented 6 years ago

That's a strange one - the files that can't be loaded are just part of the images that are here: https://github.com/silverbackis/DockerImages

I'm wondering whether this may be a firewall issue, can out post the entire output so I can see the context in which these errors happen for you?

silverbackdan commented 6 years ago

Also, I'd advise using the develop branch at the moment which is what the demo website is using if you aren't already. Sorry for the late reply, I didn't see an email notification about this issue being raised.

ghost commented 6 years ago

Yes, was in the master branch instead development, many thanks!