mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Update all Docker Compose files to latest images
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
This commit is contained in:
committed by
Alex Ellis
parent
59c88bc7e5
commit
c2877d0904
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.10.1-arm64
|
image: openfaas/gateway:0.10.2-arm64
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -92,7 +92,7 @@ services:
|
|||||||
- 'node.platform.os == linux'
|
- 'node.platform.os == linux'
|
||||||
|
|
||||||
queue-worker:
|
queue-worker:
|
||||||
image: openfaas/queue-worker:0.5.7-arm64
|
image: openfaas/queue-worker:0.6.0-arm64
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -123,7 +123,7 @@ services:
|
|||||||
# Start monitoring
|
# Start monitoring
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: functions/prometheus:2.3.1-arm64
|
image: functions/prometheus:2.6.1-arm64
|
||||||
environment:
|
environment:
|
||||||
no_proxy: "gateway"
|
no_proxy: "gateway"
|
||||||
configs:
|
configs:
|
||||||
@ -150,7 +150,7 @@ services:
|
|||||||
memory: 200M
|
memory: 200M
|
||||||
|
|
||||||
alertmanager:
|
alertmanager:
|
||||||
image: functions/alertmanager:0.15.0-rc.0-arm64
|
image: functions/alertmanager:0.15.0-arm64
|
||||||
environment:
|
environment:
|
||||||
no_proxy: "gateway"
|
no_proxy: "gateway"
|
||||||
command:
|
command:
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: openfaas/gateway:0.9.14-armhf
|
image: openfaas/gateway:0.10.2-armhf
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -92,7 +92,7 @@ services:
|
|||||||
- 'node.platform.os == linux'
|
- 'node.platform.os == linux'
|
||||||
|
|
||||||
queue-worker:
|
queue-worker:
|
||||||
image: openfaas/queue-worker:0.5.7-armhf
|
image: openfaas/queue-worker:0.6.0-armhf
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
@ -123,7 +123,7 @@ services:
|
|||||||
# Start monitoring
|
# Start monitoring
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: alexellis2/prometheus:2.0-armhf
|
image: functions/prometheus:2.6.1-armhf
|
||||||
environment:
|
environment:
|
||||||
no_proxy: "gateway"
|
no_proxy: "gateway"
|
||||||
configs:
|
configs:
|
||||||
@ -150,7 +150,7 @@ services:
|
|||||||
memory: 200M
|
memory: 200M
|
||||||
|
|
||||||
alertmanager:
|
alertmanager:
|
||||||
image: alexellis2/alertmanager-armhf:0.5.1
|
image: functions/alertmanager:0.15.0-armhf
|
||||||
environment:
|
environment:
|
||||||
no_proxy: "gateway"
|
no_proxy: "gateway"
|
||||||
command:
|
command:
|
||||||
|
@ -123,7 +123,7 @@ services:
|
|||||||
# Start monitoring
|
# Start monitoring
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v2.3.1
|
image: prom/prometheus:v2.6.1
|
||||||
environment:
|
environment:
|
||||||
no_proxy: "gateway"
|
no_proxy: "gateway"
|
||||||
configs:
|
configs:
|
||||||
|
Reference in New Issue
Block a user