upstream gatewayService { server ${GATEWAY_NAME}:9011; } upstream airportService { server ${AIRPORT_NAME}:9060; }