Supply inert UAT provider configuration
This commit is contained in:
@@ -33,6 +33,18 @@ services:
|
||||
POSTGRES_HOST: postgres
|
||||
ENABLE_SCHEDULED_JOBS: "false"
|
||||
DEBUG: "false"
|
||||
# Provider services are currently constructed at startup even with jobs
|
||||
# disabled, so inert values are required for synthetic-data UAT.
|
||||
METEO_USER: disabled
|
||||
METEO_PASSWORD: disabled
|
||||
METEO_URL: https://invalid.local/
|
||||
LVGMC_USER: disabled
|
||||
LVGMC_PASSWORD: disabled
|
||||
LVGMC_URL: https://invalid.local/
|
||||
HARMONIE_EDR_API_KEY: disabled
|
||||
HARMONIE_EDR_URL: https://invalid.local/
|
||||
HARMONIE_STAC_API_KEY: disabled
|
||||
HARMONIE_STAC_URL: https://invalid.local/
|
||||
ports:
|
||||
- "127.0.0.1:${WEATHERTOOL_PORT:-8002}:8080"
|
||||
read_only: true
|
||||
|
||||
Reference in New Issue
Block a user