Skip to content

Commit

Permalink
Fix connecting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 30, 2022
1 parent e5aaa32 commit be9f564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ services:
DEVELOP: "git+https://github.com/collective/collective.elastic.plone@master#egg=collective.elastic.plone git+https://github.com/collective/collective.elastic.ingest@master#egg=collective.elastic.ingest"
SITE: "plone"

CELERY_BROKER: redis://localhost:6379
CELERY_BROKER: redis://host.docker.internal:6379
ELASTICSEARCH_INDEX: plone
ELASTICSEARCH_QUERY_SERVER: http://localhost:9200
ELASTICSEARCH_QUERY_SERVER: http://host.docker.internal:9200
ELASTICSEARCH_QUERY_USE_SSL: 0

# CELERY_BROKER: redis://localhost:6379/0
ELASTICSEARCH_INGEST_SERVER: localhost:9200
ELASTICSEARCH_INGEST_SERVER: host.docker.internal:9200
ELASTICSEARCH_INGEST_USE_SSL: 0

PLONE_SERVICE: http://127.0.0.1:55001
Expand Down

0 comments on commit be9f564

Please sign in to comment.