Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hengli
Project
Project
Details
Activity
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
deploy
hengli
Commits
a7839193
Commit
a7839193
authored
May 19, 2023
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复htwin-dbapi依赖问题
parent
4d8cdf15
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
docker-compose-maneger.yml
docker-compose-maneger.yml
+3
-1
docker-compose-web.yml
docker-compose-web.yml
+5
-1
No files found.
docker-compose-maneger.yml
View file @
a7839193
...
...
@@ -5,4 +5,6 @@ services:
container_name
:
htwin-maneger
ports
:
-
"
8522:80"
restart
:
always
\ No newline at end of file
restart
:
always
depends_on
:
-
htwin-dbapi
\ No newline at end of file
docker-compose-web.yml
View file @
a7839193
...
...
@@ -6,6 +6,8 @@ services:
ports
:
-
"
8521:80"
restart
:
always
depends_on
:
-
htwin-dbapi
sdhl-dashboard
:
image
:
47.110.145.204:8084/huansiyl/sdhl-iot/hengli-dashboard:dev
...
...
@@ -14,4 +16,6 @@ services:
-
"
8525:80"
volumes
:
-
./web-conf/nginx.conf:/etc/nginx/nginx.conf
restart
:
always
\ No newline at end of file
restart
:
always
depends_on
:
-
htwin-dbapi
\ No newline at end of file
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