Skip to content

Commit

Permalink
Update queue-worker, NATS, Prometheus and gateway
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 20, 2023
1 parent 1412faf commit d85332b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
services:

nats:
image: docker.io/library/nats-streaming:0.25.5
image: docker.io/library/nats-streaming:0.25.6
# nobody
user: "65534"
command:
Expand All @@ -21,7 +21,7 @@ services:
# - "127.0.0.1:8222:8222"

prometheus:
image: docker.io/prom/prometheus:v2.47.0
image: docker.io/prom/prometheus:v2.48.0
# nobody
user: "65534"
volumes:
Expand All @@ -39,7 +39,7 @@ services:
- "127.0.0.1:9090:9090"

gateway:
image: ghcr.io/openfaas/gateway:0.27.2
image: ghcr.io/openfaas/gateway:0.27.3
environment:
- basic_auth=true
- functions_provider_url=http://faasd-provider:8081/
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- "8080:8080"

queue-worker:
image: ghcr.io/openfaas/queue-worker:0.14.0
image: ghcr.io/openfaas/queue-worker:0.14.1
environment:
- faas_nats_address=nats
- faas_nats_port=4222
Expand Down

0 comments on commit d85332b

Please sign in to comment.