1
0

Update postgres and nbxplorer

This commit is contained in:
nicolas.dorier
2024-12-23 10:10:39 +09:00
parent f5c2648044
commit 7df47fa680
5 changed files with 66 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ services:
nbxplorer:
restart: unless-stopped
container_name: generated_nbxplorer_1
image: nicolasdorier/nbxplorer:2.5.14
image: nicolasdorier/nbxplorer:2.5.16
expose:
- "32838"
environment:

View File

@@ -5,7 +5,7 @@ services:
restart: unless-stopped
container_name: generated_postgres_1
shm_size: 256mb
image: btcpayserver/postgres:13.13
image: btcpayserver/postgres:13.18
command: [ "-c", "random_page_cost=1.0", "-c", "shared_preload_libraries=pg_stat_statements" ]
environment:
POSTGRES_HOST_AUTH_METHOD: trust