Skip to content

Commit

Permalink
feat: update dolibarr
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Oct 22, 2024
1 parent b9797c9 commit 8120e33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion stacks/dolibarr.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# DOMAIN=example.com docker stack deploy -c dolibarr.yml dolibarr
# chown -R 33:33 data documents
# wget https://github.com/Dolibarr/dolibarr/archive/20.0.1.tar.gz

services:
dolibarr:
image: ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.0}
image: ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.1}
environment:
- DOLI_DB_HOST=mariadb
- DOLI_DB_NAME=dolibarr
Expand Down
6 changes: 3 additions & 3 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@
"title": "Dolibarr",
"description": "Dolibarr ERP & CRM est un progiciel web moderne et facile à utiliser pour la gestion de votre entreprise.",
"categories": ["ERP"],
"manual": true,
"enabled": true,
"trial": 7,
"price": 19,
Expand All @@ -866,10 +867,9 @@
"disabled": true
},
{
"name": "INITIAL_ADMIN_PASSWORD",
"label": "Initial admin password",
"name": "ADMIN_PASSWORD",
"label": "Admin password",
"type": "password",
"value": "dolibarr",
"disabled": true
}
]
Expand Down

0 comments on commit 8120e33

Please sign in to comment.