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