Memcached – Docker – Access nginx container using nginx server_name from another container
I have one node.js application (web-app) and two lumen applications (api, customer-api) that are load balanced by an nginx container listening on port 80. My docker-compose.yml file: version: '2' services: nginx: build: context: ../ dockerfile: posbytz-docker/nginx/dockerfile volumes: - api -…