Implement first-pass load reduction controls
This commit is contained in:
parent
5d488fd7f5
commit
e7f4805ccc
17 changed files with 1191 additions and 608 deletions
|
|
@ -14,6 +14,8 @@ x-service-common: &service-common
|
|||
dockerfile: Dockerfile.service
|
||||
env_file:
|
||||
- ./.env
|
||||
environment:
|
||||
LOG_LEVEL: ${LOG_LEVEL:-warn}
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
extra_hosts:
|
||||
|
|
@ -94,6 +96,8 @@ services:
|
|||
dockerfile: Dockerfile.ingest-options
|
||||
env_file:
|
||||
- ./.env
|
||||
environment:
|
||||
LOG_LEVEL: ${LOG_LEVEL:-warn}
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
extra_hosts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue