Skip to content

Commit

Permalink
Update solr docker config
Browse files Browse the repository at this point in the history
Update the docker config to remove references to the old solr folder.
Also remove the solr php package as it isn't needed (and available)
anymore.
  • Loading branch information
anvit committed Jul 3, 2024
1 parent 4bd1c4c commit 2d0f2e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN set -xe \
&& cd /pecl-memcache-NON_BLOCKING_IO_php7 \
&& phpize && ./configure && make && make install \
&& cd / && rm -rf /pecl-memcache-NON_BLOCKING_IO_php7 \
&& docker-php-ext-enable apcu memcache pcov solr \
&& docker-php-ext-enable apcu memcache pcov \
&& apk add --no-cache --virtual .phpext-rundeps \
gettext \
libxslt \
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ services:
- composer_deps:/atom/src/vendor/composer
- npm_deps:/atom/src/node_modules
- ..:/atom/src:rw
- ../solr:/solr
networks:
- solr

Expand Down Expand Up @@ -144,7 +143,6 @@ services:
- npm_deps:/atom/src/node_modules
- ..:/atom/src:ro
- ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ../solr:/solr
ports:
- "63001:80"
- "9001:81"
Expand Down

0 comments on commit 2d0f2e2

Please sign in to comment.