File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
3131 RAILS_ENV : production
3232 DATABASE_URL : ${DATABASE_URL}
3333 REPLICA_DATABASE_URL : postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
34- REDIS_URL : redis://redis:6379/1
34+ REDIS_URL : ${REDIS_URL:- redis://redis:6379/1}
3535 ELASTICSEARCH_URL : http://elastic:${ELASTIC_PASSWORD:-ChangeMe123!}@elasticsearch:9200
3636 RAILS_LOG_TO_STDOUT : " true"
3737 PORT : 3000
@@ -58,7 +58,7 @@ services:
5858 RAILS_ENV : production
5959 DATABASE_URL : ${DATABASE_URL}
6060 REPLICA_DATABASE_URL : postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
61- REDIS_URL : redis://redis:6379/1
61+ REDIS_URL : ${REDIS_URL:- redis://redis:6379/1}
6262 ELASTICSEARCH_URL : http://elastic:${ELASTIC_PASSWORD:-ChangeMe123!}@elasticsearch:9200
6363 RAILS_MASTER_KEY : ${RAILS_MASTER_KEY}
6464 RIOT_API_KEY : ${RIOT_API_KEY}
You can’t perform that action at this time.
0 commit comments