Skip to content

Commit

Permalink
feat: CLI - add image_tag configuration for essyncer
Browse files Browse the repository at this point in the history
  • Loading branch information
dulguun0225 committed Sep 21, 2023
1 parent fe00b9e commit 43bc034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cli/commands/docker/utils.js
Expand Up @@ -564,8 +564,9 @@ const up = async ({ uis, downloadLocales, fromInstaller }) => {
}

if (configs.essyncer) {
const essyncer_tag = configs.essyncer.image_tag || image_tag;
dockerComposeConfig.services.essyncer = {
image: `erxes/essyncer:${image_tag}`,
image: `erxes/essyncer:${essyncer_tag}`,
environment: {
ELASTICSEARCH_URL: `http://${configs.db_server_address ||
(isSwarm ? 'erxes-dbs_elasticsearch' : 'elasticsearch')}:9200`,
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
@@ -1,6 +1,6 @@
{
"name": "erxes",
"version": "0.4.23",
"version": "0.4.24",
"description": "Free and open fair-code licensed all-in-one growth marketing & management software",
"homepage": "https://erxes.io",
"repository": "https://github.com/erxes/erxes",
Expand Down

0 comments on commit 43bc034

Please sign in to comment.