mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.15.3-armhf
|
image: openfaas/gateway:0.15.4-armhf
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -41,7 +41,7 @@ services:
|
|||||||
|
|
||||||
# auth service provide basic-auth plugin for system APIs
|
# auth service provide basic-auth plugin for system APIs
|
||||||
basic-auth-plugin:
|
basic-auth-plugin:
|
||||||
image: openfaas/basic-auth-plugin:0.15.3-armhf
|
image: openfaas/basic-auth-plugin:0.15.4-armhf
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -71,7 +71,7 @@ services:
|
|||||||
faas-swarm:
|
faas-swarm:
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
image: openfaas/faas-swarm:0.6.2-armhf
|
image: openfaas/faas-swarm:0.7.1-armhf
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user