Skip to content

Commit

Permalink
chore(openfga): set port on machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougigun committed Jul 25, 2024
1 parent 5b43da4 commit bb9fd33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,6 @@ services:
depends_on:
pg_sql:
condition: service_healthy
mgmt_backend:
condition: service_healthy

console:
container_name: ${CONSOLE_HOST}
Expand Down

0 comments on commit bb9fd33

Please sign in to comment.