fix: Use postgres:14 instead of postgres:latest (which resolves to postgres:15) because of a database version incompatibility error. This resolves #242 so master works again, however a better fix would be to upgrade from postgres 14 to 15.

This commit is contained in:
Andrew Brereton 2022-10-16 10:36:20 +11:00
parent 69ab04df15
commit 7fa78a9953
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:latest
image: postgres:14
env:
POSTGRES_PASSWORD: postgres
ports:

View file

@ -20,7 +20,7 @@ services:
tipi-db:
container_name: tipi-db
image: postgres:latest
image: postgres:14
restart: on-failure
stop_grace_period: 1m
volumes:

View file

@ -19,7 +19,7 @@ services:
tipi-db:
container_name: tipi-db
image: postgres:latest
image: postgres:14
restart: on-failure
stop_grace_period: 1m
volumes:

View file

@ -18,7 +18,7 @@ services:
tipi-db:
container_name: tipi-db
image: postgres:latest
image: postgres:14
restart: on-failure
stop_grace_period: 1m
volumes: