Commit e1c01872 authored by daidekun's avatar daidekun

6379

parent e7767ade
......@@ -20,6 +20,7 @@ services:
- DB_ENV_MYSQL_PASSWORD=qatest
- RABBIT_MQ_HOST=rabbitmq
- RABBIT_MQ_PORT=5672
- REDIS_PORT=6379
networks:
- front-tier
- back-tier
......@@ -40,7 +41,7 @@ services:
redis:
image: 192.168.4.36/baseimg/redis
ports:
- "6381:6381"
- "6379:6379"
networks:
- back-tier
rabbitmq:
......
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