Skip to content

Commit

Permalink
Add in python for testing the custom case.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Nov 15, 2023
1 parent 47d60a4 commit 026714c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/custom/.lando.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: lando-varnish
services:
appserver:
type: nginx
custom:
type: varnish:4
backends:
Expand All @@ -18,6 +16,8 @@ services:
- backend2
backend_port: 8000
ssl: true
appserver:
type: nginx
backend2:
type: python
port: 8000
Expand All @@ -26,4 +26,5 @@ services:
# This is important because it lets lando know to test against the plugin in this repo
# DO NOT REMOVE THIS!
plugins:
"@lando/varnish": ./../../
"@lando/varnish": ./../../
"@lando/python": ./../../node_modules/@lando/python
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"@lando/leia": "^0.6.5",
"@lando/python": "^0.8.0",
"@lando/vuepress-theme-default-plus": "1.0.0-beta.49",
"chai": "^4.3.4",
"command-line-test": "^1.0.10",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,13 @@
dependencies:
lodash "^4.17.21"

"@lando/python@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@lando/python/-/python-0.8.0.tgz#c3dc1a35a7595271e0973ec72de8d2918f0cac51"
integrity sha512-ovOjuGoOV6hhXmRfEp04fICafMcBilN9fYe0c/llDQrhOJZloH1Oj4aKJUNrlhUnmtiJvoXuzh6AE+ujnL+Dew==
dependencies:
lodash "^4.17.21"

"@lando/[email protected]":
version "1.0.0-beta.49"
resolved "https://registry.yarnpkg.com/@lando/vuepress-theme-default-plus/-/vuepress-theme-default-plus-1.0.0-beta.49.tgz#857476a02680845522ff9db06316e6f22143a2a6"
Expand Down

0 comments on commit 026714c

Please sign in to comment.