Commit 6fc13811 authored by daidekun's avatar daidekun

fix

parent 70f5e570
...@@ -8,6 +8,9 @@ services: ...@@ -8,6 +8,9 @@ services:
links: links:
- db - db
- redis - redis
depends_on:
- db
- redis
environment: environment:
- DB_PORT_3306_TCP_ADDR=db - DB_PORT_3306_TCP_ADDR=db
- DB_PORT_3306_TCP_PORT=3306 - DB_PORT_3306_TCP_PORT=3306
...@@ -24,6 +27,8 @@ services: ...@@ -24,6 +27,8 @@ services:
- MYSQL_DATABASE=db - MYSQL_DATABASE=db
- MYSQL_USER=qa - MYSQL_USER=qa
- MYSQL_PASSWORD=qatest - MYSQL_PASSWORD=qatest
volumes:
- /home/quant_group/docker_disk:
redis: redis:
image: redis image: redis
ports: ["6379"] ports: ["6379"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment