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
The edge service is one of the backing services that serves as the front door for the API. The services utilizes Zuul.
2
+
The edge service is one of the backing services that serves as the front door for the API. The services utilizes Zuul.
3
+
4
+
# Running the service:
5
+
6
+
After making sure the project assembled properly run: ```docker-compose up --build```
7
+
8
+
## Running with locally build images.
9
+
10
+
Build the images locally but tag them with version ```:local``` instead of default, for example instead of just building gmaps-adapter as aista/gmaps-adapter tag it aista/gmaps-adapter:local
11
+
12
+
Run ```docker-compose -f docker-compose-local.yml up```
13
+
14
+
remove the :local from the docker-compose-local.yml file for images that wont be changed locally.
0 commit comments