Aucune description

Lukas Cerny cb03c8510e Added API 'unitIdCampaignsGET' il y a 1 an
doc a68a2c79a9 Fixed bugs il y a 1 an
gradle 41111ae9a3 init il y a 2 ans
sql 1659263928 Added API 'unitIdSensorsGET' il y a 1 an
src cb03c8510e Added API 'unitIdCampaignsGET' il y a 1 an
.gitignore 0773671e1c Edited gitignore il y a 1 an
Dockerfile a68a2c79a9 Fixed bugs il y a 1 an
README.md 8ef35f8145 Refactored code, Edited API, Implemented APIs with ID [campaignIdUnitsObservationsLocationsGET, campaignIdUnitsObservationsGET, campaignIdUnitsGET, campaignIdGET, campaignsGET] il y a 1 an
build.gradle a68a2c79a9 Fixed bugs il y a 1 an
docker-compose.yaml 3b2198481f Edited DB Model, Added API Endpoints with location il y a 1 an
docker.dev.env a68a2c79a9 Fixed bugs il y a 1 an
gradle.properties 41111ae9a3 init il y a 2 ans
gradlew 2b458953c9 WebAPI implemented il y a 2 ans
gradlew.bat a68a2c79a9 Fixed bugs il y a 1 an
local.dev.env a68a2c79a9 Fixed bugs il y a 1 an
settings.gradle 41111ae9a3 init il y a 2 ans

README.md

docker compose build telemetry

docker save senslog/telemetry > senslog_telemetry.tar

docker run --name senslog_telemetry

--env-file ./production.env \
--volume /home/lcerny/logs:/volume/logs \  
--expose 8081:8080 \
--expose8083:9999/tcp \
--detach senslog/telemetry

docker run --name senslog_telemetry --env-file ./production.env -v /home/lcerny/logs:/volume/logs -p 8081:8080 -p 8083:9999/tcp -d senslog/telemetry

docker compose up --no-deps --build telemetry-dev