Merge pull request 'yawhn/revert_postgres_version' (#9253) from yawhn/elreqkey:yawhn/revert_postgres_version into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9253
This commit is contained in:
Kainoa Kanter 2022-12-19 01:09:53 +00:00
commit 770ca55121
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ services:
db:
restart: always
image: docker.io/postgres:13.9-alpine
image: docker.io/postgres:12.2-alpine
container_name: calckey_db
networks:
- network

View File

@ -31,7 +31,7 @@ services:
db:
restart: unless-stopped
image: docker.io/postgres:13.9-alpine
image: docker.io/postgres:12.2-alpine
container_name: calckey_db
networks:
- calcnet