Add optional configuration section
Add details about consumer replicas Add CONSUMER_REPLICAS to .env.example Change `consumer: deploy: replicas` to use CONSUMER_REPLICAS var to keep user config options in one file
This commit is contained in:
@@ -101,7 +101,7 @@ services:
|
||||
labels:
|
||||
logging: "promtail"
|
||||
deploy:
|
||||
replicas: 3
|
||||
replicas: ${CONSUMER_REPLICAS}
|
||||
<<: *knightcrawler-app
|
||||
networks:
|
||||
- knightcrawler-network
|
||||
|
||||
Reference in New Issue
Block a user