Commit e4f4de47 authored by Ary Widiantara's avatar Ary Widiantara

[UPDATE] change config redis from docker compose to env

parent a3c66fde
......@@ -338,7 +338,7 @@ services:
volumes:
- ${DATA_SAVE_PATH}/redis:/data
ports:
- "6379:6379"
- "${REDIS_PORT}:6379"
networks:
- backend
......
......@@ -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
......
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