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
f40fdadb
Commit
f40fdadb
authored
Oct 04, 2022
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3d3cbb0f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
docker-compose-maneger.yml
docker-compose-maneger.yml
+0
-4
docker-compose-web.yml
docker-compose-web.yml
+0
-4
docker-update-service.sh
docker-update-service.sh
+4
-0
No files found.
docker-compose-maneger.yml
View file @
f40fdadb
...
...
@@ -3,10 +3,6 @@ services:
htwin-maneger
:
image
:
47.110.145.204:8084/huansiyl/ui/hs-sdhl-front-maneger:latest
container_name
:
htwin-maneger
environment
:
-
CI_COMMIT_SHA=4ed0d409e1fd8ab651634df64cd24a74ee82f9b5
volumes
:
-
./maneger-conf/nginx.conf:/etc/nginx/nginx.conf
ports
:
-
"
8522:80"
restart
:
always
\ No newline at end of file
docker-compose-web.yml
View file @
f40fdadb
...
...
@@ -3,10 +3,6 @@ services:
htwin-web
:
image
:
47.110.145.204:8084/huansiyl/ui/hs-sdhl-front:latest
container_name
:
htwin-web
environment
:
-
CI_COMMIT_SHA=4ed0d409e1fd8ab651634df64cd24a74ee82f9b5
volumes
:
-
./web-conf/nginx.conf:/etc/nginx/nginx.conf
ports
:
-
"
8521:80"
restart
:
always
\ No newline at end of file
docker-update-service.sh
0 → 100755
View file @
f40fdadb
#!/bin/bash
files_path
=
"-f docker-compose-dbapi.yml -f docker-compose-maneger.yml -f docker-compose-web.yml"
docker-compose
$files_path
pull
$@
docker-compose
$files_path
up
-d
--no-deps
--build
$@
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