ci: pin postgres version to 15

This commit is contained in:
Amruth Pillai
2023-11-23 22:34:33 +01:00
parent 563abc074c
commit bdcae326f4
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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