Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
property-management
Commits
fea1607f
Commit
fea1607f
authored
Mar 10, 2021
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单体镜像制作脚本
parent
d2336bc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
jeecg-boot/docker-compose.yml
+10
-2
No files found.
jeecg-boot/docker-compose.yml
View file @
fea1607f
...
@@ -5,6 +5,8 @@ services:
...
@@ -5,6 +5,8 @@ services:
context
:
./db
context
:
./db
environment
:
environment
:
MYSQL_ROOT_PASSWORD
:
root
MYSQL_ROOT_PASSWORD
:
root
MYSQL_ROOT_HOST
:
'
%'
TZ
:
Asia/Shanghai
restart
:
always
restart
:
always
container_name
:
jeecg-boot-mysql
container_name
:
jeecg-boot-mysql
image
:
jeecg-boot-mysql
image
:
jeecg-boot-mysql
...
@@ -14,6 +16,7 @@ services:
...
@@ -14,6 +16,7 @@ services:
--explicit_defaults_for_timestamp=true
--explicit_defaults_for_timestamp=true
--lower_case_table_names=1
--lower_case_table_names=1
--max_allowed_packet=128M
--max_allowed_packet=128M
--default-authentication-plugin=caching_sha2_password
ports
:
ports
:
-
3306:3306
-
3306:3306
...
@@ -22,14 +25,18 @@ services:
...
@@ -22,14 +25,18 @@ services:
ports
:
ports
:
-
6379:6379
-
6379:6379
restart
:
always
restart
:
always
hostname
:
jeecg-boot-redis
container_name
:
jeecg-boot-redis
container_name
:
jeecg-boot-redis
jeecg-boot-system
:
jeecg-boot-system
:
build
:
build
:
context
:
./jeecg-boot-module-system
context
:
./jeecg-boot-module-system
restart
:
always
restart
:
on-failure
depends_on
:
-
jeecg-boot-mysql
-
jeecg-boot-redis
container_name
:
jeecg-boot-system
container_name
:
jeecg-boot-system
image
:
jeecg-boot-system
image
:
jeecg-boot-system
hostname
:
jeecg-boot-system
ports
:
ports
:
-
8080:8080
-
8080:8080
\ 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