Skip to content

Commit

Permalink
Upgraded 2022.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macbury committed Jun 1, 2022
1 parent 94d26a9 commit c5b4d76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docker-compose.support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
environment:
- GLANCES_OPT=-w
synapse:
image: "matrixdotorg/synapse:v1.49.2"
image: "matrixdotorg/synapse:v1.60.0"
restart: "unless-stopped"
ports:
- "127.0.0.1:18008:8008"
Expand Down Expand Up @@ -128,8 +128,10 @@ services:
interval: 30s
retries: 3
database:
image: postgres:9.6.19-alpine
image: postgres:14.3-alpine3.16
restart: unless-stopped
environment:
POSTGRES_HOST_AUTH_METHOD: "md5"
security_opt:
- seccomp:unconfined
ports:
Expand All @@ -139,8 +141,7 @@ services:
env_file:
- '.env.postgresql'
volumes:
- ./postgresql/:/docker-entrypoint-initdb.d/
- .docker/data/postgresql:/data
- .docker/data/next_postgresql:/data
esphome:
image: esphome/esphome:latest
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.5'
services:
home-assistant:
image: homeassistant/home-assistant:2022.5.5
image: homeassistant/home-assistant:2022.6.0
extra_hosts:
- "outside:${HOME_ASSISTANT_IP}"
env_file:
Expand Down
2 changes: 1 addition & 1 deletion zwave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN npm install npm@latest -g
WORKDIR /app

ARG [email protected]
ARG ZWAVE_JS_SERVER_PACKAGE=@zwave-js/server@1.16.1
ARG ZWAVE_JS_SERVER_PACKAGE=@zwave-js/server@1.17.0
ARG NPM_INSTALL_FLAGS=

RUN npm install ${NPM_INSTALL_FLAGS} ${ZWAVE_JS_SERVER_PACKAGE} ${ZWAVE_JS_PACKAGE}
Expand Down

0 comments on commit c5b4d76

Please sign in to comment.