chore: Upgrade to Postgres 12.5

This commit is contained in:
Simon 2021-01-04 11:25:02 +01:00
parent c5c5a39f36
commit e2c8ebdc2d
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ CMD_PROTOCOL_USESSL=true
# DATABASE
# Voir la description ../postgres/README.md
POSTGRES_IMAGE=postgres:12.2-alpine
POSTGRES_IMAGE=postgres:12.5-alpine
POSTGRES_USER=user-example
POSTGRES_PASSWORD=password-example
POSTGRES_DB=postgres-database-name-example

View File

@ -25,7 +25,7 @@ DOMAIN=${GITEA_DOMAIN}
# DATABASE
POSTGRES_IMAGE=postgres:12.2-alpine
POSTGRES_IMAGE=postgres:12.5-alpine
POSTGRES_USER=aetig
POSTGRES_PASSWORD=$not$safe$password!
POSTGRES_DB=aetig

View File

@ -21,7 +21,7 @@ DISABLE_GRAVATAR=true
# DATABASE
# Voir la description ../postgres/README.md
POSTGRES_IMAGE=postgres:12.2-alpine
POSTGRES_IMAGE=postgres:12.5-alpine
POSTGRES_USER=user-example
POSTGRES_PASSWORD=password-example
POSTGRES_DB=postgres-database-name-example

View File

@ -17,7 +17,7 @@ NEXTCLOUD_ADMIN_PASSWORD: password
# DATABASE
# Voir la description ../postgres/README.md
POSTGRES_IMAGE=postgres:12.2-alpine
POSTGRES_IMAGE=postgres:12.5-alpine
POSTGRES_USER=user-example
POSTGRES_PASSWORD=password-example
POSTGRES_DB=postgres-database-name-example

View File

@ -1,4 +1,4 @@
POSTGRES_IMAGE=postgres:12.2-alpine
POSTGRES_IMAGE=postgres:12.5-alpine
POSTGRES_USER=user-example
POSTGRES_PASSWORD=password-example
POSTGRES_DB=postgres-database-name-example