Orion-LD
Configuration parameters
You can specify configurations by editing the config.sh
file.
Variable name | Description | Default value |
---|---|---|
ORION_LD | A sub-domain name of Orion-LD. | orion |
ORION_LD_EXPOSE_PORT | Expose port 1026 for Orion-LD. (none, local or all) | none |
MINTAKA | Enable Mintaka (false, true) | true |
MINTAKA_EXPOSE_PORT | Expose port 8080 for Mintaka. (none, local or all) | none |
TIMESCALE_PASS | Set a password for Timescale DB. | (automatically generated) |
TIMESCALE_EXPOSE_PORT | Expose port 5432 for Timescale. (none, local or all) | none |
How to setup
To set up Orion-LD and Mintaka, configure an environment variable in config.sh.
Set a sub-domain name for Orion-LD to ORION_LD=
as shown:
ORION_LD=orion-ld