설명 없음

Lukas Cerny 6d6089ef55 Added Header 'application/geo+json' for all endpoints with param 'format=geojson', edited OpenAPI schema of all endpoints acording to the GeoJSON standard 1 년 전
doc a2b5380d99 Regenerated DB Model to SVG 1 년 전
gradle 41111ae9a3 init 2 년 전
sql be8b70afa3 Fix DB attributes 1 년 전
src 6d6089ef55 Added Header 'application/geo+json' for all endpoints with param 'format=geojson', edited OpenAPI schema of all endpoints acording to the GeoJSON standard 1 년 전
.gitignore 0773671e1c Edited gitignore 1 년 전
Dockerfile a68a2c79a9 Fixed bugs 1 년 전
README.md be8b70afa3 Fix DB attributes 1 년 전
build.gradle a68a2c79a9 Fixed bugs 1 년 전
docker-compose.yaml 3b2198481f Edited DB Model, Added API Endpoints with location 1 년 전
docker.dev.env a68a2c79a9 Fixed bugs 1 년 전
gradle.properties 41111ae9a3 init 2 년 전
gradlew 2b458953c9 WebAPI implemented 2 년 전
gradlew.bat a68a2c79a9 Fixed bugs 1 년 전
local.dev.env a68a2c79a9 Fixed bugs 1 년 전
settings.gradle 41111ae9a3 init 2 년 전

README.md

docker compose build telemetry-prod

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