Commit 6fc13811 authored by daidekun's avatar daidekun

fix

parent 70f5e570
......@@ -8,6 +8,9 @@ services:
links:
- db
- redis
depends_on:
- db
- redis
environment:
- DB_PORT_3306_TCP_ADDR=db
- DB_PORT_3306_TCP_PORT=3306
......@@ -24,6 +27,8 @@ services:
- MYSQL_DATABASE=db
- MYSQL_USER=qa
- MYSQL_PASSWORD=qatest
volumes:
- /home/quant_group/docker_disk:
redis:
image: redis
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