mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
fix(postgres): upgrade to v14 for COMMIT AND CHAIN support
This commit is contained in:
parent
4a772ee055
commit
dabe92ce94
1 changed files with 7 additions and 7 deletions
|
|
@ -14,12 +14,12 @@ services:
|
||||||
- mariadb-data:/var/lib/mysql
|
- mariadb-data:/var/lib/mysql
|
||||||
|
|
||||||
# Enable PostgreSQL only if you use it, see development/README.md for more information.
|
# Enable PostgreSQL only if you use it, see development/README.md for more information.
|
||||||
postgresql:
|
# postgresql:
|
||||||
image: postgres:14
|
# image: postgres:14
|
||||||
environment:
|
# environment:
|
||||||
POSTGRES_PASSWORD: 123
|
# POSTGRES_PASSWORD: 123
|
||||||
volumes:
|
# volumes:
|
||||||
- postgresql-data:/var/lib/postgresql/data
|
# - postgresql-data:/var/lib/postgresql/data
|
||||||
|
|
||||||
# Enable Mailpit if you need to test outgoing mail services
|
# Enable Mailpit if you need to test outgoing mail services
|
||||||
# See https://mailpit.axllent.org/
|
# See https://mailpit.axllent.org/
|
||||||
|
|
@ -87,5 +87,5 @@ services:
|
||||||
# network_mode: "host"
|
# network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
mariadb-data:
|
mariadb-data:
|
||||||
postgresql-data:
|
#postgresql-data:
|
||||||
#mailpit-data:
|
#mailpit-data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue