Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
explorer-deploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
explorer-for-cmp20
explorer-deploy
Commits
bfd550a0
Commit
bfd550a0
authored
May 23, 2025
by
EC2 Default User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
69339dac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
db.env
db.env
+0
-2
start.sh
start.sh
+2
-1
No files found.
db.env
View file @
bfd550a0
MYSQL_ROOT_PASSWORD=bXlzcWw=
TZ=Asia/Shanghai
CHAIN_URL=http://172.17.0.1:28545
REDIS_PASS=123456
start.sh
View file @
bfd550a0
...
...
@@ -7,4 +7,5 @@ find ./ -type f -not -name "start.sh" -exec sed -i "s/{{REDISPASSWORD}}/$REDIS_P
find ./
-type
f
-not
-name
"start.sh"
-exec
sed
-i
"s#{{CHAINURL}}#
$CHAIN_URL
#g"
{}
\;
# rplace all {{MYSQLPASS}} to $MYSQL_ROOT_PASSWORD
find ./
-type
f
-not
-name
"start.sh"
-exec
sed
-i
"s/{{MYSQLPASS}}/
$MYSQL_ROOT_PASSWORD
/g"
{}
\;
#docker compose -f docker-compose.yml up -d
docker compose
-f
docker-compose.yml up
-d
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