Skip to content

Commit 52e5c83

Browse files
authored
fix: add image to docker-compose.solr.yaml to use DDEV offline (#55)
1 parent 94a7aeb commit 52e5c83

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
## The Issue
22

3-
- #<issue number>
3+
- Fixes #REPLACE_ME_WITH_RELATED_ISSUE_NUMBER
44

55
<!-- Provide a brief description of the issue. -->
66

77
## How This PR Solves The Issue
88

9+
<!-- Describe the key change(s) in this PR that address the issue above. -->
10+
911
## Manual Testing Instructions
1012

13+
<!-- If this PR changes logic, consider adding additional steps or context to the instructions below. -->
14+
1115
```bash
12-
ddev add-on get https://github.com/<user>/<repo>/tarball/<branch>
16+
ddev add-on get https://github.com/ddev/ddev-drupal-solr/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
1317
ddev restart
1418
```
1519

docker-compose.solr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ services:
3131
# and code at https://github.com/docker-solr/docker-solr
3232
# README: https://github.com/docker-solr/docker-solr/blob/master/README.md
3333
# It's almost impossible to work with it if you don't read the docs there
34+
image: ${SOLR_BASE_IMAGE:-solr:8}-${DDEV_SITENAME}-built
3435
build:
3536
dockerfile_inline: |
3637
ARG SOLR_BASE_IMAGE="scratch"

0 commit comments

Comments
 (0)