File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - " MONGO_INITDB_DATABASE=xbrowsersync"
1111 - " MONGO_INITDB_ROOT_PASSWORD=$XBS_DB_PASSWORD"
1212 - " MONGO_INITDB_ROOT_USERNAME=$XBS_DB_USERNAME"
13- image : " mongo:4.0.10 "
13+ image : " mongo:4.2.0 "
1414 labels :
1515 - " traefik.enable=false"
1616 networks :
@@ -26,7 +26,7 @@ services:
2626 environment :
2727 - " XBROWSERSYNC_DB_PWD=$XBS_DB_PASSWORD"
2828 - " XBROWSERSYNC_DB_USER=$XBS_DB_USERNAME"
29- image : " xbrowsersync/api:1.1.9 "
29+ image : " xbrowsersync/api:1.1.10 "
3030 labels :
3131 - " traefik.frontend.rule=Host:$XBS_API_HOSTNAME"
3232 - " traefik.port=8080"
@@ -40,7 +40,7 @@ services:
4040 container_name : " xbs-reverse-proxy"
4141 depends_on :
4242 - " api"
43- image : traefik:1.7.12 -alpine
43+ image : " traefik:1.7.18 -alpine"
4444 labels :
4545 - " traefik.enable=false"
4646 networks :
Original file line number Diff line number Diff line change 1- FROM node:10.16.0 -alpine
1+ FROM node:10.16.3 -alpine
22
33# Set environment variables
4- ENV XBROWSERSYNC_API_VERSION 1.1.9
4+ ENV XBROWSERSYNC_API_VERSION 1.1.10
55
66WORKDIR /usr/src/api
77
You can’t perform that action at this time.
0 commit comments