Make the address for exporting metrics configurable

This commit is contained in:
Max Ignatenko 2024-04-13 19:01:51 +01:00
parent c09052eb4c
commit c6fe0c2350
3 changed files with 14 additions and 7 deletions

View file

@ -2,9 +2,17 @@
# exactly these overrides get applied to the main file.
# tl;dr: strings and numbers get overwritten, lists get concatenated
services:
# Expose PostgreSQL TCP port
postgres:
ports:
- "0.0.0.0:15432:5432"
# Change the default number of indexer threads
record-indexer:
environment:
INDEXER_WORKERS: 15
# Enable PDS discovery via a relay
consumer:
environment:
CONSUMER_RELAYS: "https://bsky.network"