Update PostgreSQL version for for Resolve 18
This commit is contained in:
parent
83448dda14
commit
823ebec311
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user