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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user