Skip to content

Commit

Permalink
Add missing network entries
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 25, 2023
1 parent c9eabd1 commit e243b2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
build: ./opensearch
expose:
- "9200"
networks: [default, ddev_default]
environment:
# disables installation of demo data
- "DISABLE_INSTALL_DEMO_CONFIG=true"
Expand All @@ -30,6 +31,7 @@ services:
image: opensearchproject/opensearch-dashboards:latest
container_name: 'ddev-${DDEV_SITENAME}-opensearch-dashboards'
hostname: '${DDEV_SITENAME}-opensearch-dashboards'
networks: [default, ddev_default]
environment:
- VIRTUAL_HOST=$DDEV_HOSTNAME
- OPENSEARCH_HOSTS=http://ddev-${DDEV_PROJECT}-opensearch:9200
Expand Down

0 comments on commit e243b2e

Please sign in to comment.