Upgrade to PostgreSQL 18 + upgrade zigbee2mqtt
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user