fix custom ports
This commit is contained in:
parent
2b41aa2860
commit
b8708f4502
2 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ services:
|
|||
soft: 65536
|
||||
hard: 65536
|
||||
ports:
|
||||
- '127.0.0.1:9200:9200'
|
||||
- '127.0.0.1:{{ es_port }}:{{ es_port }}'
|
||||
|
||||
{% endif %}
|
||||
web:
|
||||
|
|
|
@ -67,8 +67,8 @@ DB_PORT=5432
|
|||
REDIS_HOST={{ redis_host }}
|
||||
REDIS_PORT={{ redis_port }}
|
||||
|
||||
CACHE_REDIS_HOST=redis-volatile
|
||||
CACHE_REDIS_PORT=6379
|
||||
CACHE_REDIS_HOST={{ redis_cache_host }}
|
||||
CACHE_REDIS_PORT={{ redis_cache_port }}
|
||||
|
||||
# elasticsearch
|
||||
ES_JAVA_OPTS=-Xms512m -Xmx512m
|
||||
|
|
Loading…
Reference in a new issue