This is an docker image based on PostgreSQL image ready to work with Adempiere ERP
877
Dockerfile linksThe 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.
This is an docker image based on PostgreSQL imageā ready to work with Adempiere ERP
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
When the container is executed for the first time, it will execute the file /docker-entrypoint-initdb.d/initdb.sh
POSTGRES_PASSWORD: Password for database root . No DefaultDB_NAME: New database to be created . Default: adempiereADEMPIERE_PASSWORD: Password for adempiere user name . Default: adempiereContent type
Image
Digest
sha256:cc442fbd8ā¦
Size
131.5 MB
Last updated
almost 4 years ago
docker pull solopcloud/adempiere-postgres