Updated target api version to 1.1.13.

Replaced traefik with Caddy as reverse proxy.
Added health check for api in docker compose (resolves #4).
Updated node to v14 and other dependencies.
This commit is contained in:
nero120 2021-04-02 01:27:43 +01:00
parent 76d2d1e799
commit 024b624d9e
6 changed files with 71 additions and 66 deletions

View file

@ -1,7 +1,7 @@
FROM node:12.16.2-alpine
FROM node:14.16.0-alpine
# Set environment variables
ENV XBROWSERSYNC_API_VERSION 1.1.12
ENV XBROWSERSYNC_API_VERSION 1.1.13
WORKDIR /usr/src/api