diff --git a/compose.ci.yml b/compose.ci.yml index de41db8da..11c8a6653 100644 --- a/compose.ci.yml +++ b/compose.ci.yml @@ -13,7 +13,6 @@ services: environment: - APP_ENV=dev - XDEBUG_MODE=off - - ELASTICSEARCH_SSL_VERIFICATION=false pwa: build: diff --git a/compose.int.yml b/compose.int.yml index ecb42e5f6..c1fda9473 100644 --- a/compose.int.yml +++ b/compose.int.yml @@ -10,7 +10,6 @@ services: environment: - APP_SECRET=${APP_SECRET} - XDEBUG_MODE=off - - ELASTICSEARCH_SSL_VERIFICATION=false pwa: build: diff --git a/compose.override.yml b/compose.override.yml index db928cdad..97bfe46d6 100644 --- a/compose.override.yml +++ b/compose.override.yml @@ -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 diff --git a/compose.yml b/compose.yml index a7f8a7180..77dab9dd8 100644 --- a/compose.yml +++ b/compose.yml @@ -81,7 +81,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: