Skip to content

Commit

Permalink
refactor: remove not used volumes and env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 18, 2024
1 parent 65b9a6b commit 9db07e3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions assets/dev-env.lando.template.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ services:
MYSQL_USER: wordpress
MYSQL_PASSWORD: wordpress
MYSQL_DATABASE: wordpress
LANDO_NO_USER_PERMS: 1
LANDO_NO_SCRIPTS: 1
LANDO_NEEDS_EXEC: 1
volumes:
- database_data:/var/lib/mysql
volumes:
Expand Down Expand Up @@ -151,8 +148,6 @@ services:
PMA_USER: root
PMA_PASSWORD: ''
UPLOAD_LIMIT: 4G
LANDO_NO_USER_PERMS: 1
LANDO_NEEDS_EXEC: 1
ports:
- 127.0.0.1::80
volumes:
Expand Down Expand Up @@ -189,11 +184,6 @@ services:
image: ghcr.io/automattic/vip-container-images/wordpress:<%= wordpress.tag %>
volumes:
- ./wordpress:/shared
- type: volume
source: scripts
target: /scripts
volume:
nocopy: true
initOnly: true
entrypoint: /usr/bin/rsync -a --chown=${LANDO_HOST_USER_ID}:${LANDO_HOST_GROUP_ID} /wp/ /shared/

Expand All @@ -204,11 +194,6 @@ services:
image: ghcr.io/automattic/vip-container-images/mu-plugins:0.1
volumes:
- mu-plugins:/shared
- type: volume
source: scripts
target: /scripts
volume:
nocopy: true
volumes:
mu-plugins: {}
initOnly: true
Expand Down

0 comments on commit 9db07e3

Please sign in to comment.