Imported from GitHub: pablomaki/air-quality-sensor · commit 7c9b6fe · license MIT
Description
Air quality sensor for indoor use
README
Docker
This directory contains the Docker configuration files for setting up the environment for the script that communicates with the air quality sensor.
Files
- docker-compose.yml: Defines the services and configurations for Docker Compose.
- Dockerfile: Specifies the instructions to build the Docker image.
Usage
To build the docker image, run the folowing command
docker build -t aqs_ble_client:latest .
To run the docker container, ensure the variables in the docker-compose.yml are ok and run the following command:
docker compose up -d
To check that the script works, you can check the logs of the container:
docker compose logs -f aqs_ble_client
No comments yet. Be the first to ask about this board.