Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
72bbdd9b
Commit
72bbdd9b
authored
Oct 11, 2023
by
tanyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改docker-compose 文件
parent
74266f2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
19 deletions
+25
-19
docker-compose.yml
docker-compose.yml
+25
-19
No files found.
docker-compose.yml
View file @
72bbdd9b
version
:
"
3"
version
:
"
3"
services
:
services
:
dsk-operate-sys
:
dsk-operate-sys
:
image
:
java:8u111-jdk-alpine
image
:
java:8u111-jdk-alpine
container_name
:
dsk-operate-sys
container_name
:
dsk-operate-sys
network_mode
:
host
network_mode
:
host
restart
:
always
restart
:
always
working_dir
:
/app
working_dir
:
/app
volumes
:
environment
:
-
./dsk-operate-sys:/app
TZ
:
Asia/Shanghai
command
:
"
java
-jar
dsk-operate-sys.jar"
volumes
:
nginx
:
-
./dsk-operate-sys:/app
image
:
nginx:perl
-
/etc/localtime:/etc/localtime
container_name
:
nginx
command
:
"
java
-jar
dsk-operate-sys.jar"
restart
:
always
nginx
:
network_mode
:
host
image
:
nginx:perl
working_dir
:
/app
container_name
:
nginx
volumes
:
restart
:
always
-
./dsk-operate-ui/dist/:/www/szh/web/dist/
network_mode
:
host
-
./dsk-operate-ui/operate.conf:/etc/nginx/conf.d/operate.conf
working_dir
:
/app
-
./dsk-operate-ui/log:/var/log/nginx
environment
:
\ No newline at end of file
TZ
:
Asia/Shanghai
volumes
:
-
/etc/localtime:/etc/localtime
-
./dsk-operate-ui/dist/:/www/szh/web/dist/
-
./dsk-operate-ui/operate.conf:/etc/nginx/conf.d/operate.conf
-
./dsk-operate-ui/log:/var/log/nginx
\ No newline at end of file
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