🔧 CONFIG: DEV-1779 Update Postgres from 15.7 to 17.5 Phx Version on Ansible
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user