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 357658fc
authored
Sep 13, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user模块远程调试端口
1 parent
97ab6586
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
docker-compose/docker-compose.yml
project-user/Dockerfile
docker-compose/docker-compose.yml
View file @
357658f
...
...
@@ -146,6 +146,7 @@ services:
container_name
:
project-user
ports
:
-
${USER_PORT}:${USER_PORT}
-
"
62000:5005"
depends_on
:
-
nacos
# - postgres
...
...
project-user/Dockerfile
View file @
357658f
...
...
@@ -7,5 +7,6 @@ ADD ./project-user/target/project-user-*.jar /app.jar
RUN
sh -c
'touch /app.jar'
EXPOSE
8000
EXPOSE
5005
ENTRYPOINT
["java", "-jar","/app.jar"]
\ No newline at end of file
ENTRYPOINT
["java", "-jar","-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005","/app.jar"]
\ No newline at end of file
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