We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404af1c commit 68335e2Copy full SHA for 68335e2
docker-compose.yaml
@@ -21,7 +21,7 @@ services:
21
# - "127.0.0.1:8222:8222"
22
23
prometheus:
24
- image: docker.io/prom/prometheus:v3.0.0
+ image: docker.io/prom/prometheus:v3.0.1
25
# nobody
26
user: "65534"
27
volumes:
@@ -39,7 +39,7 @@ services:
39
- "127.0.0.1:9090:9090"
40
41
gateway:
42
- image: ghcr.io/openfaas/gateway:0.27.10
+ image: ghcr.io/openfaas/gateway:0.27.12
43
environment:
44
- basic_auth=true
45
- functions_provider_url=http://faasd-provider:8081/
@@ -69,7 +69,7 @@ services:
69
- "8080:8080"
70
71
queue-worker:
72
- image: ghcr.io/openfaas/queue-worker:0.14.1
+ image: ghcr.io/openfaas/queue-worker:0.14.2
73
74
- faas_nats_address=nats
75
- faas_nats_port=4222
0 commit comments