Skip to content

Commit

Permalink
chore: example tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jun 23, 2024
1 parent 91badb4 commit 1d67992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.3'

x-volumes:
&default-volumes
# Define all volumes you would like to have real-time mounted into the docker containers
Expand Down Expand Up @@ -59,6 +57,8 @@ services:
lagoon.type: nginx-php-persistent
lagoon.persistent: /app/web/sites/default/files/ # define where the persistent storage should be mounted too
lando.type: nginx-drupal
ports:
- "8080" # exposes the port 8080 with a random local port, find it with `docker compose port nginx 8080`
<< : [*default-volumes, *default-user]
depends_on:
- cli # basically just tells docker compose to build the cli first
Expand Down Expand Up @@ -111,7 +111,7 @@ services:
ports:
- "8983" # exposes the port 8983 with a random local port, find it with `docker compose port solr 8983`
depends_on:
- cli # basically just tells docker-compose to build the cli first
- cli # basically just tells docker compose to build the cli first
environment:
<< : *default-environment
volumes:
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"baseBranches": [
"main"
"main",
"solr9"
],
"extends": ["config:base"],
"automerge": true,
Expand Down

0 comments on commit 1d67992

Please sign in to comment.