chore: Upgrade to Postgres 12.5
This commit is contained in:
parent
c5c5a39f36
commit
e2c8ebdc2d
|
@ -17,7 +17,7 @@ CMD_PROTOCOL_USESSL=true
|
||||||
# DATABASE
|
# DATABASE
|
||||||
# Voir la description ../postgres/README.md
|
# Voir la description ../postgres/README.md
|
||||||
|
|
||||||
POSTGRES_IMAGE=postgres:12.2-alpine
|
POSTGRES_IMAGE=postgres:12.5-alpine
|
||||||
POSTGRES_USER=user-example
|
POSTGRES_USER=user-example
|
||||||
POSTGRES_PASSWORD=password-example
|
POSTGRES_PASSWORD=password-example
|
||||||
POSTGRES_DB=postgres-database-name-example
|
POSTGRES_DB=postgres-database-name-example
|
||||||
|
|
|
@ -25,7 +25,7 @@ DOMAIN=${GITEA_DOMAIN}
|
||||||
|
|
||||||
# DATABASE
|
# DATABASE
|
||||||
|
|
||||||
POSTGRES_IMAGE=postgres:12.2-alpine
|
POSTGRES_IMAGE=postgres:12.5-alpine
|
||||||
POSTGRES_USER=aetig
|
POSTGRES_USER=aetig
|
||||||
POSTGRES_PASSWORD=$not$safe$password!
|
POSTGRES_PASSWORD=$not$safe$password!
|
||||||
POSTGRES_DB=aetig
|
POSTGRES_DB=aetig
|
||||||
|
|
|
@ -21,7 +21,7 @@ DISABLE_GRAVATAR=true
|
||||||
# DATABASE
|
# DATABASE
|
||||||
# Voir la description ../postgres/README.md
|
# Voir la description ../postgres/README.md
|
||||||
|
|
||||||
POSTGRES_IMAGE=postgres:12.2-alpine
|
POSTGRES_IMAGE=postgres:12.5-alpine
|
||||||
POSTGRES_USER=user-example
|
POSTGRES_USER=user-example
|
||||||
POSTGRES_PASSWORD=password-example
|
POSTGRES_PASSWORD=password-example
|
||||||
POSTGRES_DB=postgres-database-name-example
|
POSTGRES_DB=postgres-database-name-example
|
||||||
|
|
|
@ -17,7 +17,7 @@ NEXTCLOUD_ADMIN_PASSWORD: password
|
||||||
# DATABASE
|
# DATABASE
|
||||||
# Voir la description ../postgres/README.md
|
# Voir la description ../postgres/README.md
|
||||||
|
|
||||||
POSTGRES_IMAGE=postgres:12.2-alpine
|
POSTGRES_IMAGE=postgres:12.5-alpine
|
||||||
POSTGRES_USER=user-example
|
POSTGRES_USER=user-example
|
||||||
POSTGRES_PASSWORD=password-example
|
POSTGRES_PASSWORD=password-example
|
||||||
POSTGRES_DB=postgres-database-name-example
|
POSTGRES_DB=postgres-database-name-example
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
POSTGRES_IMAGE=postgres:12.2-alpine
|
POSTGRES_IMAGE=postgres:12.5-alpine
|
||||||
POSTGRES_USER=user-example
|
POSTGRES_USER=user-example
|
||||||
POSTGRES_PASSWORD=password-example
|
POSTGRES_PASSWORD=password-example
|
||||||
POSTGRES_DB=postgres-database-name-example
|
POSTGRES_DB=postgres-database-name-example
|
||||||
|
|
Loading…
Reference in New Issue