Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define an Adempiere image connected to external PostgreSQL starting from sources #4

Open
sramazzina opened this issue May 3, 2017 · 3 comments
Assignees
Labels

Comments

@sramazzina
Copy link
Contributor

We want to have an Adempiere image generated starting from the Adempiere sources that can be appropriately compiled at any tag or branch level so that we can have a very flexible way to create a container. The image must work primarily with by connecting to an external container containing the Porstgres DB for best production performance and better architectural design. Main target for this kind of generated image is for a use in production.

@sramazzina sramazzina self-assigned this May 3, 2017
@sramazzina sramazzina changed the title Define an Adempiere image connected to PostgreSQL starting from sources Define an Adempiere image connected to external PostgreSQL starting from sources May 3, 2017
@sramazzina sramazzina added feature and removed feature labels May 3, 2017
@sramazzina
Copy link
Contributor Author

sramazzina commented May 3, 2017

Implementation already finished on a forked repository at this url https://github.com/serasoft/adempiereDocker.

The image takes an already compiled binary distribution, made available under a dist directory and generates the ADempiere image. It is possible to launch the system through docker-compose by using the compose file named docker-compose.yml available in directory compose/postgresql.

Waiting for the sources to be merged in the adempiere-docker repository to complete the process.

@sramazzina
Copy link
Contributor Author

First release of the docker image released today. Give it a try

@sramazzina
Copy link
Contributor Author

sramazzina commented Jul 13, 2017

Added new environment variable RESTORE_SEED defaulted to N to prevent the drop and re-creation of an existing ADempiere DB. Useful when we are upgrading the container to a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant