Skip to content

Commit

Permalink
drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 18, 2023
1 parent eb20589 commit 08e7edb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/dolibarr/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
W9_REPO=tuxgasy/dolibarr
W9_DIST=community
W9_VERSION=18.0.3
W9_VERSION=18

W9_POWER_PASSWORD=spJNF09yzwWJaG!

Expand All @@ -11,7 +11,7 @@ W9_HTTP_PORT=80
W9_LOGIN_USER=admin
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
W9_DB_EXPOSE="mariadb"
W9_URL=internet_ip:$W9_HTTP_PORT_SET
W9_URL=internet_ip
W9_NETWORK=websoft9

#### ----------------------------------------------------------------------------------------- ####
Expand Down
3 changes: 2 additions & 1 deletion apps/dolibarr/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{
"dist": "community",
"version": [
"18.0.1"
"18",
"latest"
]
}
],
Expand Down
5 changes: 2 additions & 3 deletions apps/drupal/.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
W9_REPO=docker.io/bitnami/drupal
W9_DIST=community
W9_VERSION=10.1.6
W9_VERSION=latest

W9_POWER_PASSWORD=8dHZPFLFGoPXuC

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####

W9_ID=drupal
W9_HTTP_PORT=8080
W9_HTTP_PORT_SET=9001
Expand All @@ -15,7 +14,7 @@ W9_ADMIN_PATH="/user/login"

# Container name's suffix must use one of the value
W9_DB_EXPOSE="mysql"
W9_URL=internet_ip:$W9_HTTP_PORT_SET
W9_URL=internet_ip
W9_NETWORK=websoft9

#### ----------------------------------------------------------------------------------------- ####
Expand Down

0 comments on commit 08e7edb

Please sign in to comment.