migrate to postgres 14

This commit is contained in:
simon 2022-05-10 18:34:49 +07:00
parent 37e47bcac5
commit 7f56b94c41
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 2 deletions

View File

@ -58,11 +58,11 @@ services:
- flask - flask
# backend postgres # backend postgres
postgres: postgres:
image: postgres:13 image: postgres:14
container_name: postgres container_name: postgres
restart: always restart: always
volumes: volumes:
- ./volume/postgres:/var/lib/postgresql/data/ - ./volume/postgres14:/var/lib/postgresql/data/
env_file: env_file:
- ./env/postgres.env - ./env/postgres.env
expose: expose: