Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
lr101 committed Aug 28, 2024
1 parent 77d48b7 commit b70392e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ COPY pom.xml /tmp/pom.xml
WORKDIR /tmp
RUN mvn -B -f /tmp/pom.xml dependency:resolve
COPY src /tmp/src
COPY openapi /tmp/openapi
RUN mvn clean install

#Run
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# TempServer

## Setup
This services allows saving, configuring and displaying of sensor values. The sensor type, name and its categories are saved in a postgresdb,
the values of the different sensors are saved inside a influxdb.

The website uses plain html, css and javascript and can be accessed on port 8080.

## Prod Setup

This service is run via docker:

Expand All @@ -21,6 +26,8 @@ This service is run via docker:
docker compose up -d
```

## Dev

Ardiono IDE ESP8266 Library: http://arduino.esp8266.com/stable/package_esp8266com_index.json

Tile CSS: https://1linelayouts.glitch.me/

0 comments on commit b70392e

Please sign in to comment.