Browse Source

Update postgres to version 15 in docker-compose files

pull/1596/head
Leon Stoldt 3 years ago
committed by Thomas
parent
commit
2749c491a6
  1. 2
      docker/docker-compose.build.yml
  2. 2
      docker/docker-compose.dev.yml
  3. 2
      docker/docker-compose.yml

2
docker/docker-compose.build.yml

@ -17,7 +17,7 @@ services:
redis: redis:
condition: service_healthy condition: service_healthy
postgres: postgres:
image: postgres:12 image: postgres:15
env_file: env_file:
- ../.env - ../.env
healthcheck: healthcheck:

2
docker/docker-compose.dev.yml

@ -1,7 +1,7 @@
version: '3.9' version: '3.9'
services: services:
postgres: postgres:
image: postgres:12 image: postgres:15
container_name: postgres container_name: postgres
restart: unless-stopped restart: unless-stopped
env_file: env_file:

2
docker/docker-compose.yml

@ -17,7 +17,7 @@ services:
redis: redis:
condition: service_healthy condition: service_healthy
postgres: postgres:
image: postgres:12 image: postgres:15
env_file: env_file:
- ../.env - ../.env
healthcheck: healthcheck:

Loading…
Cancel
Save