Implement first-pass load reduction controls

This commit is contained in:
dirtydishes 2026-05-08 02:46:41 -04:00
parent 5d488fd7f5
commit e7f4805ccc
17 changed files with 1191 additions and 608 deletions

View file

@ -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: