Upgrade to PostgreSQL 18 + upgrade zigbee2mqtt

This commit is contained in:
R. Gierwialo
2026-01-18 11:42:20 +00:00
parent 7be2bc2d20
commit d33df3adf9
3 changed files with 10 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ services:
resources:
limits:
cpus: '1.0'
memory: 1024M
memory: 2048M
restart: no
environment:
- APP_PORT=443
@@ -110,7 +110,8 @@ services:
- POSTGRES_DATABASE=${POSTGRES_DATABASE}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PORT=${POSTGRES_PORT}
- POSTGRES_HOST=self_postgres
- POSTGRES_HOST=self_postgres18
- NODE_OPTIONS=--max-old-space-size=2048
volumes:
data_shaarli: