Skip to content

Commit

Permalink
Switch to newest gateway version and Prometheus v3
Browse files Browse the repository at this point in the history
Fixes: #371

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 21, 2024
1 parent 599ae54 commit 6bb1222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
# - "127.0.0.1:8222:8222"

prometheus:
image: docker.io/prom/prometheus:v2.49.1
image: docker.io/prom/prometheus:v3.0.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.9
image: ghcr.io/openfaas/gateway:0.27.10
environment:
- basic_auth=true
- functions_provider_url=http://faasd-provider:8081/
Expand Down

0 comments on commit 6bb1222

Please sign in to comment.