Merge pull request 'Update postgres Docker tag to v13.3' (#20) from renovate/postgres-13.x into master

Reviewed-on: https://git.roosens.me/Chewing_Bever/self-hosting/pulls/20
pull/23/head
Jef Roosens 2021-05-15 08:40:20 +02:00
commit a80a906f44
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ services:
- 'upload:/var/www/html/storage/upload'
db:
image: 'postgres:13.2-alpine'
image: 'postgres:13.3-alpine'
restart: 'always'
healthcheck:

View File

@ -31,7 +31,7 @@ services:
- '/etc/localtime:/etc/localtime:ro'
db:
image: 'postgres:13.2-alpine'
image: 'postgres:13.3-alpine'
restart: 'always'
healthcheck:

View File

@ -25,7 +25,7 @@ services:
- 'nginx'
db:
image: 'postgres:13.2-alpine'
image: 'postgres:13.3-alpine'
restart: 'always'
healthcheck:

View File

@ -44,7 +44,7 @@ services:
- 'root:/var/www/html'
db:
image: 'postgres:13.2-alpine'
image: 'postgres:13.3-alpine'
restart: 'always'
environment: