mirror of
https://github.com/solero/wand.git
synced 2024-11-21 21:17:22 +00:00
Link redis container local network with dash container
This commit is contained in:
parent
419e057225
commit
58fe6ed2d0
@ -199,6 +199,7 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
links:
|
links:
|
||||||
- db:db
|
- db:db
|
||||||
|
- redis:redis
|
||||||
- houdini_login:login
|
- houdini_login:login
|
||||||
entrypoint: ["dockerize", "-wait", "tcp://login:${GAME_LOGIN_PORT}",
|
entrypoint: ["dockerize", "-wait", "tcp://login:${GAME_LOGIN_PORT}",
|
||||||
"-template", "/usr/src/dash/config.py.template:/usr/src/dash/config.py",
|
"-template", "/usr/src/dash/config.py.template:/usr/src/dash/config.py",
|
||||||
|
@ -30,7 +30,7 @@ Redis configuration
|
|||||||
Here place the Redis configuration.
|
Here place the Redis configuration.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
REDIS_ADDRESS = '0.0.0.0'
|
REDIS_ADDRESS = 'redis'
|
||||||
REDIS_PORT = 6379
|
REDIS_PORT = 6379
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user