Skip to content
Snippets Groups Projects
Commit 51c19e5d authored by Alex Ellis's avatar Alex Ellis
Browse files

Add labels for the gateway UI

parent f734a6f0
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ services:
# Sample functions go here.
wordcount:
image: alexellis2/faas-alpinefunction:latest-armhf
labels:
function: "true"
depends_on:
- gateway
networks:
......@@ -67,6 +69,8 @@ services:
echoit:
image: alexellis2/faas-alpinefunction:latest-armhf
labels:
function: "true"
depends_on:
- gateway
networks:
......@@ -78,6 +82,8 @@ services:
nodeinfo:
image: alexellis2/faas-nodeinfo:latest-armhf
labels:
function: "true"
depends_on:
- gateway
networks:
......@@ -88,6 +94,8 @@ services:
hubstats:
image: alexellis2/faas-hubstats:latest-armhf
labels:
function: "true"
depends_on:
- gateway
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment