🔧 CONFIG: DEV-1779 Update Postgres from 15.7 to 17.5 Phx Version on Ansible

This commit is contained in:
2025-07-30 09:28:12 +02:00
parent 191b044ff3
commit 572ac6a5fa

View File

@@ -3,7 +3,7 @@ services:
postgres: postgres:
container_name: ansible-postgres container_name: ansible-postgres
restart: unless-stopped restart: unless-stopped
image: postgres:14 # postgres:15.1-alpine image: postgres:14 # postgres:17.5-alpine
hostname: postgres hostname: postgres
volumes: volumes:
- semaphore-postgres:/var/lib/postgresql/data - semaphore-postgres:/var/lib/postgresql/data