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
967a0a86
Commit
967a0a86
authored
Feb 02, 2024
by
brent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add admin-backend
parent
5358414d
Pipeline
#682
canceled with stages
Changes
10
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
91 additions
and
0 deletions
+91
-0
.DS_Store
.DS_Store
+0
-0
.DS_Store
conf/.DS_Store
+0
-0
.DS_Store
conf/admin-backend/.DS_Store
+0
-0
.keep
conf/admin-backend/.keep
+0
-0
app.conf
conf/admin-backend/conf/app.conf
+14
-0
kong.conf
conf/admin-backend/conf/kong.conf
+5
-0
mysql.conf
conf/admin-backend/conf/mysql.conf
+13
-0
postgres.conf
conf/admin-backend/conf/postgres.conf
+13
-0
redis.conf
conf/admin-backend/conf/redis.conf
+20
-0
docker-compose-ai-sys-mgr.yml
docker-compose-ai-sys-mgr.yml
+26
-0
No files found.
.DS_Store
0 → 100644
View file @
967a0a86
File added
conf/.DS_Store
0 → 100644
View file @
967a0a86
File added
conf/admin-backend/.DS_Store
0 → 100644
View file @
967a0a86
File added
conf/backend/.keep
→
conf/
admin-
backend/.keep
View file @
967a0a86
File moved
conf/admin-backend/conf/app.conf
0 → 100644
View file @
967a0a86
appname
=
ai_developer_admin
httpport
=
8087
runmode
=
dev
copyrequestbody
=
true
sessionon
=
true
sessiongcmaxlifetime
=
127800
;
SessionProvider
=
"redis"
;
SessionProviderConfig
=
"192.168.1.10:6379,1000"
web3ClientId
=
"BHciicCbodMasHsyVfcdPYCaCokJMK5wGs2H4IRCaseqNJlcb1Li4kExaf5gF5DoUx-m_77epCrRPq4XmQzzdRk"
include
"mysql.conf"
include
"kong.conf"
include
"redis.conf"
include
"postgres.conf"
\ No newline at end of file
conf/admin-backend/conf/kong.conf
0 → 100644
View file @
967a0a86
[
dev
]
kongadminurl
=
"http://192.168.1.10:8001"
[
prod
]
kongadminurl
=
"http://192.168.1.10:8001"
\ No newline at end of file
conf/admin-backend/conf/mysql.conf
0 → 100644
View file @
967a0a86
[
dev
]
mysqluser
=
"root"
mysqlpass
=
"12345678"
mysqlhost
=
"192.168.1.211"
mysqlport
=
3306
mysqldb
=
"liuxuzhong"
[
prod
]
mysqluser
=
"root"
mysqlpass
=
"12345678"
mysqlhost
=
"192.168.1.211"
mysqlport
=
3306
mysqldb
=
"liuxuzhong"
\ No newline at end of file
conf/admin-backend/conf/postgres.conf
0 → 100644
View file @
967a0a86
[
dev
]
postgresuser
=
"admin"
postgrespass
=
"quest"
postgreshost
=
"192.168.1.10"
postgresport
=
8812
postgresdb
=
"qdb"
[
prod
]
postgresuser
=
"admin"
postgrespass
=
"quest"
postgreshost
=
"192.168.1.10"
postgresport
=
8812
postgresdb
=
"qdb"
\ No newline at end of file
conf/admin-backend/conf/redis.conf
0 → 100644
View file @
967a0a86
[
dev
]
tokenhost
=
"192.168.1.10:6379"
tokendb
=
0
tokenpass
=
""
balancehost
=
"192.168.1.10:6379"
balancedb
=
0
balancepass
=
""
[
prod
]
tokenhost
=
"192.168.1.10:6379"
tokendb
=
0
tokenpass
=
""
balancehost
=
"192.168.1.10:6379"
balancedb
=
0
balancepass
=
""
docker-compose-ai-sys-mgr.yml
0 → 100644
View file @
967a0a86
version
:
"
3.9"
services
:
admin-backend
:
image
:
caduceus/ai-sys-mgr
container_name
:
admin-backend
entrypoint
:
/usr/bin/admin-backend
deploy
:
restart_policy
:
condition
:
on-failure
delay
:
1s
max_attempts
:
100
window
:
120s
ports
:
-
"
8087:8087"
volumes
:
-
./conf/admin-backend/conf:/root/conf
networks
:
-
odysseus
networks
:
odysseus
:
driver
:
bridge
ipam
:
config
:
-
subnet
:
172.100.0.0/16
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