mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 01:06:47 +00:00
Add logs support for Swarm by bumping versions
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
parent
2689e75626
commit
73106565d7
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.13.9
|
image: openfaas/gateway:0.15.4
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -73,7 +73,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
|
image: openfaas/faas-swarm:0.7.1
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user