Skip to content

Commit

Permalink
fix: update es_url in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jan 15, 2025
1 parent 38986df commit e8a268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ services:
environment:
- EVENTS_MONGO_URL=mongodb://mongo1/events
- USER_MGNT_MONGO_URL=mongodb://mongo1/user-mgnt
- ES_HOST=elasticsearch:9200
- ES_URL=http://elasticsearch:9200
- COUNTRY_CONFIG_URL=http://countryconfig:3040
- DOCUMENTS_URL=http://documents:9050
- USER_MANAGEMENT_URL=http://user-mgnt:3030
Expand Down

0 comments on commit e8a268b

Please sign in to comment.