Upgrade postgres to 15

This commit is contained in:
Marko Korhonen 2022-11-09 15:45:24 +02:00
parent a4f4bf0377
commit d342f8f73f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -2,7 +2,7 @@
[services.postgres]
container_name = "postgres"
image = "postgres:14"
image = "postgres:15"
environment = ["TZ=Europe/Helsinki", "POSTGRES_PASSWORD=12345"]
ports = ["5432:5432"]
networks = ["postgres"]