fix custom ports

This commit is contained in:
Antonio J. Delgado 2023-07-09 01:40:25 +03:00
parent 2b41aa2860
commit b8708f4502
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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