Skip to content

Commit

Permalink
refactor: update vip-mu-plugins service
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 18, 2024
1 parent 09dcd74 commit cd6db22
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions assets/dev-env.lando.template.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
condition: service_completed_successfully
<% if ( muPlugins.mode == 'image' ) { %>
vip-mu-plugins:
condition: service_started
condition: service_completed_successfully
<% } %>
<% if ( appCode.mode == 'image' ) { %>
demo-app-code:
Expand Down Expand Up @@ -202,20 +202,17 @@ services:
type: compose
services:
image: ghcr.io/automattic/vip-container-images/mu-plugins:0.1
command: sh /run.sh
volumes:
- mu-plugins:/shared
- type: volume
source: scripts
target: /scripts
volume:
nocopy: true
environment:
LANDO_NO_SCRIPTS: 1
LANDO_NEEDS_EXEC: 1
volumes:
mu-plugins: {}
initOnly: true
entrypoint: /run.sh
<% } %>

<% if ( appCode.mode == 'image' ) { %>
Expand Down

0 comments on commit cd6db22

Please sign in to comment.