Skip to content

Commit

Permalink
[Docker] Don't check opensearch SSL by default
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Nov 26, 2024
1 parent 5c2cdc0 commit 9d34dc3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ services:
environment:
- APP_ENV=dev
- XDEBUG_MODE=off
- ELASTICSEARCH_SSL_VERIFICATION=false

pwa:
build:
Expand Down
1 change: 0 additions & 1 deletion compose.int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
environment:
- APP_SECRET=${APP_SECRET}
- XDEBUG_MODE=off
- ELASTICSEARCH_SSL_VERIFICATION=false

pwa:
build:
Expand Down
1 change: 0 additions & 1 deletion compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ services:
# See https://xdebug.org/docs/all_settings#mode
- XDEBUG_MODE=${XDEBUG_MODE:-off}
- PHP_IDE_CONFIG=serverName=gally
- ELASTICSEARCH_SSL_VERIFICATION=false
extra_hosts:
# Ensure that host.docker.internal is correctly defined on Linux
- host.docker.internal:host-gateway
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
- GALLY_CATALOG_MEDIA_URL=${GALLY_CATALOG_MEDIA_URL:-https://${SERVER_NAME:-gally.localhost}/media/catalog/product/}
- DATABASE_URL=postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-16}&charset=${POSTGRES_CHARSET:-utf8}
- ELASTICSEARCH_URL=https://${SEARCH_USER:-admin}:${SEARCH_PASSWORD:-!ChangeMe0!}@${SEARCH_HOST:-search}:9200/
- ELASTICSEARCH_SSL_VERIFICATION=true
- ELASTICSEARCH_SSL_VERIFICATION=false

pwa:
build:
Expand Down

0 comments on commit 9d34dc3

Please sign in to comment.