Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Sep 21, 2023
1 parent 8ecd12c commit 03212c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
ports:
- 8080:8080
- 8082:8082

iox-gc:
image: influxdb_iox
container_name: iox-gc
Expand All @@ -54,10 +55,6 @@ services:
- INFLUXDB_IOX_DB_DIR=/data/db
- INFLUXDB_IOX_BUCKET=iox
- INFLUXDB_IOX_CATALOG_DSN=sqlite:///data/catalog.sqlite
- INFLUXDB_IOX_ROUTER_HTTP_BIND_ADDR=iox:8080
- INFLUXDB_IOX_ROUTER_GRPC_BIND_ADDR=iox:8081
- INFLUXDB_IOX_QUERIER_GRPC_BIND_ADDR=iox:8082
- INFLUXDB_IOX_INGESTER_GRPC_BIND_ADDR=iox:8083
- INFLUXDB_IOX_COMPACTOR_GRPC_BIND_ADDR=iox:8084
- INFLUXDB_IOX_COMPACTION_MEMORY_BUDGET_BYTES=3000000000
- INFLUXDB_IOX_COMPACTION_MAX_COMPACTING_FILES=100
Expand Down

0 comments on commit 03212c9

Please sign in to comment.