scos-sensor
scos-sensor copied to clipboard
Environment variables should be used for all configuration
Right now, there are two configuration bits which are not handled through environment variables:
- The
shm_size
shared memory setting for the API container - The disk device
/dev/nvme0n1
used by the API container
Environment variables should be added to env.template to control these. Aside from these two things, all configuration takes place in the env
file.