Upgrade postgresql to 13

This commit is contained in:
Adrian Kuschelyagi Malacoda 2021-03-26 03:49:09 -05:00
parent b8c4da49d6
commit ceb83047b1

View File

@ -282,7 +282,7 @@ services:
# postgres # postgres
postgres: postgres:
image: postgres:10 image: postgres:13
restart: on-failure restart: on-failure
environment: environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
@ -361,4 +361,3 @@ services:
- ./iframely/config.local.js:/iframely/config.local.js:ro - ./iframely/config.local.js:/iframely/config.local.js:ro
restart: always restart: always
mem_limit: 200m mem_limit: 200m