Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
99f0d105
Commit
99f0d105
authored
Nov 29, 2023
by
tanyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改容器配置
parent
2f1eed6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
docker-compose.yml
docker-compose.yml
+6
-7
pom.xml
dsk-admin/pom.xml
+1
-1
No files found.
docker-compose.yml
View file @
99f0d105
...
...
@@ -3,24 +3,23 @@ services:
dsk-operate-sys
:
image
:
swr.cn-north-4.myhuaweicloud.com/dsk/java:8u111-jdk-alpine-creditreport
container_name
:
dsk-operate-sy
s
container_name
:
cscec_bm
s
network_mode
:
host
restart
:
always
working_dir
:
/app
environment
:
TZ
:
Asia/Shanghai
volumes
:
-
./
dsk-operate-sy
s:/app
-
./
cscec_bm
s:/app
-
/etc/localtime:/etc/localtime
command
:
"
java
-jar
dsk-operate-sy
s.jar"
command
:
"
java
-jar
cscec_bm
s.jar"
nginx
:
image
:
nginx:perl
build
:
context
:
.
dockerfile
:
Dockerfile
container_name
:
nginx
restart
:
always
network_mode
:
host
working_dir
:
/app
environment
:
TZ
:
Asia/Shanghai
volumes
:
-
/etc/localtime:/etc/localtime
-
./dsk-operate-ui/dist/:/www/szh/web/dist/
...
...
dsk-admin/pom.xml
View file @
99f0d105
...
...
@@ -93,7 +93,7 @@
</dependencies>
<build>
<finalName>
dsk-operate-sy
s
</finalName>
<finalName>
cscec-bm
s
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
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