Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dt_analysis
Project
Project
Details
Activity
Releases
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
haoyanbin
dt_analysis
Commits
0f92522d
Commit
0f92522d
authored
Sep 01, 2023
by
haoyanbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
41fe4b83
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+1
-1
config.yaml
config.yaml
+1
-1
docker-compose.yaml
docker-compose.yaml
+2
-2
No files found.
Dockerfile
View file @
0f92522d
...
...
@@ -30,6 +30,6 @@ COPY --from=builder /go/src/gin-vue-admin/resource ./resource
# 运行打包好的二进制
RUN
pwd
\
&&
ls
EXPOSE
805
1
EXPOSE
1200
1
ENTRYPOINT
["/go/src/gin-vue-admin/server"]
config.yaml
View file @
0f92522d
...
...
@@ -87,7 +87,7 @@ redis:
max_retries
:
3
system
:
env
:
public
addr
:
805
1
addr
:
1200
1
db-type
:
mysql
oss-type
:
aliyun-oss
use-multipoint
:
false
...
...
docker-compose.yaml
View file @
0f92522d
...
...
@@ -7,9 +7,9 @@ services:
args
:
ENVARG
:
dev
dockerfile
:
Dockerfile
image
:
medical_record_back
:dev
image
:
dt_analysis
:dev
ports
:
-
8051:805
1
-
12001:1200
1
networks
:
-
diagnosis_network
...
...
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