Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 36c36984
authored
Sep 13, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
order模块远程调试端口
1 parent
357658fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
docker-compose/docker-compose.yml
project-order/Dockerfile
docker-compose/docker-compose.yml
View file @
36c3698
...
...
@@ -129,6 +129,7 @@ services:
container_name
:
project-order
ports
:
-
${ORDER_PORT}:${ORDER_PORT}
-
"
62001:62001"
depends_on
:
-
nacos
# - postgres
...
...
project-order/Dockerfile
View file @
36c3698
...
...
@@ -10,5 +10,6 @@ ADD ./project-order/target/project-order-*.jar /app.jar
RUN
sh -c
'touch /app.jar'
EXPOSE
8013
EXPOSE
62001
ENTRYPOINT
["java", "-jar","/app.jar"]
ENTRYPOINT
["java", "-jar","
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=62001","
/app.jar"]
Write
Preview
Markdown
is supported
Attach a file
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 post a comment