[UPDATE] change config redis from docker compose to env

This commit is contained in:
Ary Widiantara 2017-08-09 10:17:53 +07:00
parent a3c66fdecf
commit e4f4de47e7
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