Tweak example configs
This commit is contained in:
parent
a746fd7120
commit
c09052eb4c
2 changed files with 13 additions and 2 deletions
11
docker-compose.override.yml.example
Normal file
11
docker-compose.override.yml.example
Normal file
|
@ -0,0 +1,11 @@
|
|||
# See https://docs.docker.com/compose/multiple-compose-files/merge/ for how
|
||||
# exactly these overrides get applied to the main file.
|
||||
# tl;dr: strings and numbers get overwritten, lists get concatenated
|
||||
services:
|
||||
record-indexer:
|
||||
environment:
|
||||
INDEXER_WORKERS: 15
|
||||
consumer:
|
||||
environment:
|
||||
CONSUMER_RELAYS: "https://bsky.network"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue