Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pay
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
pay
Commits
64bebe2a
Commit
64bebe2a
authored
Jul 04, 2021
by
cuiweifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update : pay config
parent
cba5d6ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
deploy-daemon-config.sh
deploy/deploy_configs/deploy-daemon-config.sh
+3
-3
No files found.
deploy/deploy_configs/deploy-daemon-config.sh
View file @
64bebe2a
...
...
@@ -10,7 +10,7 @@ QA_PRE_START_CMD='
# Container names for each container, one name a line, same order with $start_cmds
CONTAINER_NAMES
=
"
bp-
order
-daemon-
${
env
}
-
${
task_name
}
bp-
pay
-daemon-
${
env
}
-
${
task_name
}
"
# Port maps for each container, one map a line, same order with $start_cmds
...
...
@@ -19,12 +19,12 @@ DOCKER_PORT_MAPS="
# This is for changing container name, remove old containers when deploy new one
OLD_CONTAINER_NAMES
=
"
bp-
order
-daemon-
${
env
}
-
${
task_name
}
bp-
pay
-daemon-
${
env
}
-
${
task_name
}
"
# Volumn maps for each container, one map a line, same order with $start_cmds
DOCKER_VOLUMN_MAPS
=
"
/home/worker/_logs/bp-
order
-daemon-
${
env
}
-
${
task_name
}
:/home/services/api.go2yd.com/logs
/home/worker/_logs/bp-
pay
-daemon-
${
env
}
-
${
task_name
}
:/home/services/api.go2yd.com/logs
"
# Other docker run options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment