Skip to content

Commit

Permalink
Bump components' versions in docker-compose.yaml (#5152)
Browse files Browse the repository at this point in the history
* Bump components' versions in docker-compose.yaml

* clean up redundant entries in .gitignore

* preserve current keycloak versions, bump openfga to v1.8.1
  • Loading branch information
prezha authored Dec 9, 2024
1 parent 0c4a111 commit 5160fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Thumbs.db
.tool-versions

# Minder-specific files
.ssh/
cmd/server/__debug_bin
.resolved-compose.yaml
.github_client_id/
Expand Down
7 changes: 3 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
condition: service_healthy
postgres:
container_name: postgres_container
image: postgres:16.2-alpine
image: postgres:17.2-alpine
restart: always
user: postgres
environment:
Expand Down Expand Up @@ -165,7 +165,7 @@ services:

openfga:
container_name: openfga
image: openfga/openfga:v1.5.0
image: openfga/openfga:v1.8.1
command: [
"run",
"--playground-port=8085"
Expand All @@ -184,7 +184,7 @@ services:

nats:
container_name: nats
image: nats:2.10.18
image: nats:2.10.22
entrypoint: ["./nats-server"]
command: ["--http_port", "8222", "-js"]
healthcheck:
Expand All @@ -198,4 +198,3 @@ services:
networks:
app_net:
driver: bridge

0 comments on commit 5160fae

Please sign in to comment.