Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
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
Odysseus
deploy
Commits
dfa1950d
Commit
dfa1950d
authored
Feb 02, 2024
by
Your Name
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://code.wuban.net.cn/odysseus/deploy
parents
0ee153cc
0b18104f
Pipeline
#691
canceled with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
app.conf
conf/admin-backend/conf/app.conf
+1
-1
postgres.conf
conf/admin-backend/conf/postgres.conf
+1
-1
config.json
conf/computing-node/config.json
+10
-0
docker-compose-computing-node.yml
docker-compose-computing-node.yml
+0
-1
No files found.
conf/admin-backend/conf/app.conf
View file @
dfa1950d
appname
=
ai_developer_admin
httpport
=
8087
runmode
=
dev
runmode
=
prod
copyrequestbody
=
true
sessionon
=
true
sessiongcmaxlifetime
=
127800
...
...
conf/admin-backend/conf/postgres.conf
View file @
dfa1950d
...
...
@@ -8,6 +8,6 @@ postgresdb = "qdb"
[
prod
]
postgresuser
=
"admin"
postgrespass
=
"quest"
postgreshost
=
"
192.168.1.10
"
postgreshost
=
"
43.198.252.255
"
postgresport
=
8812
postgresdb
=
"qdb"
\ No newline at end of file
conf/computing-node/config.json
0 → 100644
View file @
dfa1950d
{
"nm_seed"
:
"192.168.1.241:10001"
,
"docker_server"
:
"tcp://127.0.0.1:2375"
,
"api_url"
:
"http://192.168.1.8:8087/api/task/taskheat"
,
"node_manager_num"
:
1
,
"heart_response"
:
30
,
"task_validator_time"
:
1
,
"container_num"
:
1
,
"chain_id"
:
100
}
\ No newline at end of file
docker-compose-computing-node.yml
View file @
dfa1950d
...
...
@@ -17,7 +17,6 @@ services:
-
./conf/computing-node/config.json:/root/config.json
networks
:
-
odysseus
-
networks
:
odysseus
:
driver
:
bridge
...
...
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