Merge pull request #1082 from arywidiantara/master

[UPDATE] change config redis from docker compose to env
This commit is contained in:
Mahmoud Zalt 2017-08-09 11:28:06 +03:00 committed by GitHub
commit 0192346cf2
2 changed files with 5 additions and 1 deletions

View File

@ -338,7 +338,7 @@ services:
volumes:
- ${DATA_SAVE_PATH}/redis:/data
ports:
- "6379:6379"
- "${REDIS_PORT}:6379"
networks:
- backend

View File

@ -104,6 +104,10 @@ MYSQL_PORT=3306
MYSQL_ROOT_PASSWORD=root
MYSQL_ENTRYPOINT_INITDB=./mysql/docker-entrypoint-initdb.d
### REDIS ##############################################################################################################
REDIS_PORT=6379
### Percona ############################################################################################################
PERCONA_DATABASE=homestead