Update PostgreSQL version for for Resolve 18

This commit is contained in:
Elliot Matson 2022-04-18 15:07:16 -05:00 committed by GitHub
parent 83448dda14
commit 823ebec311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
postgres: postgres:
image: postgres:9.5 image: postgres:13
restart: always restart: always
ports: ports:
- "5432:5432" - "5432:5432"
@ -13,7 +13,7 @@ services:
volumes: volumes:
- "resolve-db:/var/lib/postgresql/data" - "resolve-db:/var/lib/postgresql/data"
pgbackups: pgbackups:
image: prodrigestivill/postgres-backup-local:9.5 image: prodrigestivill/postgres-backup-local:13
restart: always restart: always
volumes: volumes:
- "(Whatever location you want backups stored):/backups" - "(Whatever location you want backups stored):/backups"