Better resilience against crashes

Even better resilience against crashes

Fixed stuff

Renamed API service

Fixed some paths

Simplified error handling

Updated README
This commit is contained in:
2021-09-04 16:24:48 +02:00
parent 8d251e545f
commit d6fd4e705f
16 changed files with 2080 additions and 182 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.16.5-alpine3.13 AS builder
FROM golang:1.16.6-alpine3.13 AS builder
# Install missing pkgs
RUN apk add --no-cache git