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