SmartLights IoT is a system to manage and optimize the street lighting system. More details on operation and specifications can be found in the documentation.
To provide a small overview, the 3 main modes are the following.
-
Create a
.env
file with environmental variablesPOSTGRES_PASSWORD=password POSTGRES_USER=street-lights-iot POSTGRES_DB=resources DOCKER_INFLUXDB_INIT_MODE=setup DOCKER_INFLUXDB_INIT_USERNAME=street-lights-iot DOCKER_INFLUXDB_INIT_PASSWORD=password DOCKER_INFLUXDB_INIT_ORG=street-lights-iot DOCKER_INFLUXDB_INIT_BUCKET=edge1 DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=secret-token
-
Start the containers
docker-compose up