Skip to content

Commit

Permalink
chore(openfga): set port on machine (#1046)
Browse files Browse the repository at this point in the history
Because

sometime we need to connect to openfga directly

This commit

expose its port on machine
  • Loading branch information
Yougigun authored Jul 25, 2024
1 parent 5b43da4 commit 63d7235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ INFLUXDB_PORT=8086
OPENFGA_IMAGE=openfga/openfga
OPENFGA_VERSION=v1.5.1
OPENFGA_HOST=openfga
OPENFGA_PORT=18081

# otel
OTEL_COLLECTOR_IMAGE=otel/opentelemetry-collector-contrib
Expand Down
4 changes: 3 additions & 1 deletion docker-compose-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ services:
ports:
- ${MILVUS_PORT}:19530
command: milvus run standalone

openfga:
ports:
- ${OPENFGA_PORT}:8081
minio:
ports:
- ${MINIO_EXTERNAL_PORT}:${MINIO_PORT}
Expand Down

0 comments on commit 63d7235

Please sign in to comment.