fix(postgres): upgrade to v14 for COMMIT AND CHAIN support

This commit is contained in:
abhirock74 2025-09-16 06:33:18 +00:00
parent 4a772ee055
commit dabe92ce94

View file

@ -14,12 +14,12 @@ services:
- mariadb-data:/var/lib/mysql
# Enable PostgreSQL only if you use it, see development/README.md for more information.
postgresql:
image: postgres:14
environment:
POSTGRES_PASSWORD: 123
volumes:
- postgresql-data:/var/lib/postgresql/data
# postgresql:
# image: postgres:14
# environment:
# POSTGRES_PASSWORD: 123
# volumes:
# - postgresql-data:/var/lib/postgresql/data
# Enable Mailpit if you need to test outgoing mail services
# See https://mailpit.axllent.org/
@ -87,5 +87,5 @@ services:
# network_mode: "host"
volumes:
mariadb-data:
postgresql-data:
#postgresql-data:
#mailpit-data: