update postgres version in templates

This commit is contained in:
Amruth Pillai
2024-05-03 23:03:23 +02:00
parent ac9b280bd5
commit 68252c35fc
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ version: "3.8"
services:
# Database (Postgres)
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
restart: unless-stopped
ports:
- ${POSTGRES_PORT:-5432}:5432

View File

@ -6,7 +6,7 @@ version: "3.8"
services:
# Database (Postgres)
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- postgres_data:/var/lib/postgresql/data

View File

@ -7,7 +7,7 @@ version: "3.8"
services:
# Database (Postgres)
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- postgres_data:/var/lib/postgresql/data

View File

@ -7,7 +7,7 @@ version: "3.8"
services:
# Database (Postgres)
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
networks:
- reactive_resume_network
volumes:

View File

@ -8,7 +8,7 @@ version: "3.8"
services:
# Database (Postgres)
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- postgres_data:/var/lib/postgresql/data

View File

@ -8,7 +8,7 @@ version: "3.8"
services:
# Database (Postgres)
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- postgres_data:/var/lib/postgresql/data