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:
parent
76d2d1e799
commit
024b624d9e
6 changed files with 71 additions and 66 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue