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.
A simple proxy for synchronize ADempiere Backend based on ADempiere-gRPC-Server with any frontend using api REST and GraphQL.
adempiere-proxy requires access to a Adempiere - Backend. We'll use the adempiere-backend Docker Image for the backend requirements.
The main folder of this repository contains a functional docker-compose.yml file. Run the application using it as shown below:
$ curl -sSL https://raw.githubusercontent.com/solop-develop/proxy-adempiere-api/experimental-1.0.1/docker/docker-compose.yml > docker-compose.yml
$ docker-compose up -d
$ curl -sSL https://raw.githubusercontent.com/solop-develop/proxy-adempiere-api/experimental-1.0.1/docker/stack.yml > stack.yml
$ docker stack deploy -c stack.yml adempiere-api
$ docker-compose -f stack.yml up
Wait for it to initialize completely, and visit http://swarm-ip:3000, http://localhost:3000, or http://host-ip:3000 (as appropriate).
When the container is executed for the first time, it will execute the file start.sh
SERVER_PORT: Port to access Adempiere Proxy from outside of the container using HTTP. Used to configure Adempiere internal routes. Default: 8085ES_HOST: Hostname for Elastic Search server. Default: localhostES_PORT: Port used by Elastic Search server. Default: 9200REDIS_HOST: Hostname for Redis server. Default: localhostREDIS_PORT: Port used by Redis server. Default: 6379REDIS_DB: Database name that Adempiere Proxy will use to connect with the Redis database. Default: 0
-AD_DEFAULT_HOST: Adempiere GRPC Backend Hostname. Default: localhostAD_DEFAULT_PORT:Adempiere GRPC Backend Port number. Default: 50059AD_TOKEN: Adempiere Token. Default: adempiere_tokenAD_STORE_TOKEN: Adempiere Token for store. Default: adempiere_store_tokenAPI_URL_IMAGES: Adempiere Proxy URL. Default: localhostSTORE_URL_IMAGES: Adempiere Proxy URL for Images. Default: localhostRESTORE_DB: Restore Database? . Default: NOINDEX: Index for Catalog. Default: vue_storefront_catalogLANGUAGE: Languague. Default: en_USContent type
Image
Digest
sha256:19c213fd2ā¦
Size
320.4 MB
Last updated
almost 3 years ago
docker pull solopcloud/adempiere-proxy:alpine-2.5.4