mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 06:43:23 +00:00
Move to 0.8.1 of gateway
Makes health and info endpoints available, see release notes. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: functions/gateway:0.8.0
|
image: functions/gateway:0.8.1
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -37,7 +37,7 @@ services:
|
|||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
# ports:
|
# ports:
|
||||||
# - 8081:8080
|
# - 8081:8080
|
||||||
image: functions/faas-swarm:0.2.6
|
image: functions/faas-swarm:0.2.7
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user