Skip to content

Commit

Permalink
adempiere-docker#17 Update deployment for ADempiere 391 and PostgreSQ…
Browse files Browse the repository at this point in the history
…L 11.1 #17
  • Loading branch information
e-Evolution committed Dec 28, 2018
1 parent 8ac5aa9 commit c58ac03
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Email: [email protected], http://openupsolutions.com , http://github.com/rcapecce
# Email: [email protected], http://www.e-evolution.com , http://github.com/e-Evolution
ADEMPIERE_DB_PORT=55432
ADEMPIERE_DB_PORT=55432
ADEMPIERE_DB_PASSWORD=adempiere
ADEMPIERE_DB_ADMIN_PASSWORD=postgres
ADEMPIERE_DB_ADMIN_PASSWORD=postgres
2 changes: 1 addition & 1 deletion adempiere-last/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ chmod 755 /root/start-adempiere.sh && \


apt update && \
apt install -y postgresql postgresql-contrib
apt install -y postgresql-client postgresql-contrib


CMD /root/start-adempiere.sh > /tmp/start-adempiere.log
4 changes: 2 additions & 2 deletions database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
version: '3'
services:
database:
image: postgres:10.3
image: postgres:11.1
ports:
- "${ADEMPIERE_DB_PORT}:5432"
volumes:
Expand All @@ -35,4 +35,4 @@ volumes:

networks:
custom:
external : true
external : true
4 changes: 2 additions & 2 deletions eevolution/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.ce
# Email: [email protected], http://www.e-evolution.com , http://github.com/e-Evolution
ADEMPIERE_WEB_PORT=8277
ADEMPIERE_SSL_PORT=4444
ADEMPIERE_VERSION=3.9.0
ADEMPIERE_SSL_PORT=4447
ADEMPIERE_VERSION=3.9.1
# ATENTION If is "Y" it will be replace de actual defined database with a empty ADempiere seed
ADEMPIERE_DB_INIT=Y
2 changes: 1 addition & 1 deletion eevolution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

This directory contains the files needed to deploy and start a particular ADempiere instance of a tenant.
Here we will find:
* The Adempiere Adempiere_390LTS.tar.gz installer, if not exist then this will be download from the last stable version.
* The Adempiere Adempiere_391LTS.tar.gz installer, if not exist then this will be download from the last stable version.
* lib: The files to copy to the lib directory on ADempiere (this directory will contain the customization and zkcustomization of ADempiere.
* packages: The files to copy to the packages directory on ADempiere (this directory will contain the localization of an ADempiere).

0 comments on commit c58ac03

Please sign in to comment.