using ping for esphome while mdns not working as expected, also locked postgres to a 16 version - each update breaks the database as it needs an export / import to upgrade. Finally precautionarily locked docker-mailserver, I can see they also are considering changing ldap and that sounds large / I want to test first. I also get an email when they upgrade, so will get that prompt

This commit is contained in:
2023-09-21 13:20:21 +10:00
parent fcbe2d3c4b
commit 729fec4db3

View File

@@ -193,7 +193,7 @@ services:
# sudo docker-compose restart mail # sudo docker-compose restart mail
# #
mail: mail:
image: docker.io/mailserver/docker-mailserver image: docker.io/mailserver/docker-mailserver:12.1.0
hostname: mail hostname: mail
domainname: depaoli.id.au domainname: depaoli.id.au
container_name: mail container_name: mail
@@ -508,6 +508,8 @@ services:
esphome: esphome:
container_name: esphome container_name: esphome
image: esphome/esphome image: esphome/esphome
environment:
- ESPHOME_DASHBOARD_USE_PING=true
volumes: volumes:
- /srv/docker/container/esphome/config:/config - /srv/docker/container/esphome/config:/config
- /dev:/dev - /dev:/dev
@@ -709,7 +711,7 @@ services:
bookdb: bookdb:
container_name: bookdb container_name: bookdb
image: postgres image: postgres:16
restart: always restart: always
environment: environment:
POSTGRES_PASSWORD: blahdeblah POSTGRES_PASSWORD: blahdeblah
@@ -876,7 +878,7 @@ services:
- "/etc/localtime:/etc/localtime:ro" - "/etc/localtime:/etc/localtime:ro"
wikidb: wikidb:
image: postgres image: postgres:16
container_name: wikidb container_name: wikidb
environment: environment:
POSTGRES_DB: wiki POSTGRES_DB: wiki