Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-dockerfiles
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qg-dockerfiles
Commits
25708a07
Commit
25708a07
authored
Aug 22, 2017
by
daidekun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6fc13811
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
docker-compose.yaml
dc/docker-compose.yaml
+5
-6
No files found.
dc/docker-compose.yaml
View file @
25708a07
...
...
@@ -5,16 +5,15 @@ services:
ports
:
-
"
8080:8080"
-
"
7031:7031"
links
:
-
db
-
redis
depends_on
:
-
db
-
redis
environment
:
-
SYSTEM_NAME=redpacket
- REDIS_MASTER_HOST=redis
- DB_PORT_3306_TCP_ADDR=db
- DB_PORT_3306_TCP_PORT=3306
-
DB_ENV_MYSQL_DATABASE=
db
- DB_ENV_MYSQL_DATABASE=
redpacket
- DB_ENV_MYSQL_USER=qa
- DB_ENV_MYSQL_PASSWORD=qatest
networks
:
...
...
@@ -28,10 +27,10 @@ services:
-
MYSQL_USER=qa
-
MYSQL_PASSWORD=qatest
volumes
:
-
/home/quant_group/docker_disk
:
-
/home/quant_group/docker_disk
/mysql/data:/var/lib/mysql
redis
:
image
:
redis
ports
:
[
"
63
79
"
]
ports
:
[
"
63
81
"
]
networks
:
-
back-tier
networks
:
...
...
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