Sign inSign up

solopcloud/adempiere-postgres

By solopcloud

•Updated almost 4 years ago

This is an docker image based on PostgreSQL image ready to work with Adempiere ERP

Image
0

877

solopcloud/adempiere-postgres repository overview

⁠Quick reference

⁠What is ADempiere?

The ADempiere project was created in September 2006 after a long running disagreement between ComPiere Inc.⁠, the developers of Compiereā„¢, and the community that formed around that project. The community believed Compiere Inc. placed too much emphasis on the open source lock-in/commercial nature of the project, rather than the community sharing/enriching nature of the project, and after an impassioned discussion decided to split from Compiereā„¢ giving birth to the ADempiere project.

⁠What is ADempiere - Postgres?

This is an docker image based on PostgreSQL image⁠ ready to work with Adempiere ERP

⁠How to use this image

⁠Start an adempiere-postgres instance

docker run --name some-adempiere-postgres \ 
-p 5432:5432 \
-e POSTGRES_PASSWORD=mysecretpassword \ 
-e DB_NAME=adempiere \
-e ADEMPIERE_PASSWORD=adempiere \
-d solopcloud/adempiere-postgres 

⁠Configuration

⁠Initializing a new instance

When the container is executed for the first time, it will execute the file /docker-entrypoint-initdb.d/initdb.sh

⁠Environment variables

  • POSTGRES_PASSWORD: Password for database root . No Default
  • DB_NAME: New database to be created . Default: adempiere
  • ADEMPIERE_PASSWORD: Password for adempiere user name . Default: adempiere

Tag summary

Content type

Image

Digest

sha256:cc442fbd8…

Size

131.5 MB

Last updated

almost 4 years ago

docker pull solopcloud/adempiere-postgres