Sets postgres version to 17

This commit is contained in:
Tim Burr
2025-10-29 10:59:01 +01:00
parent a2ea63a539
commit 51dd6e6a1b
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ services:
- authentik-ldap - authentik-ldap
db-postgres: db-postgres:
image: postgres:latest image: postgres:17
environment: environment:
POSTGRES_USER: 'npm' POSTGRES_USER: 'npm'
POSTGRES_PASSWORD: 'npmpass' POSTGRES_PASSWORD: 'npmpass'

View File

@@ -77,7 +77,7 @@ services:
- db_data:/var/lib/mysql - db_data:/var/lib/mysql
db-postgres: db-postgres:
image: postgres:latest image: postgres:17
container_name: npm2dev.db-postgres container_name: npm2dev.db-postgres
networks: networks:
- nginx_proxy_manager - nginx_proxy_manager

View File

@@ -130,7 +130,7 @@ services:
- db - db
db: db:
image: postgres:latest image: postgres:17
environment: environment:
POSTGRES_USER: 'npm' POSTGRES_USER: 'npm'
POSTGRES_PASSWORD: 'npmpass' POSTGRES_PASSWORD: 'npmpass'