diff options
| author | Kasra Bigdeli <[email protected]> | 2019-01-16 23:29:22 -0800 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-01-16 23:29:22 -0800 |
| commit | ee876c6b65532d1931579ddb78c2fc129cc9478d (patch) | |
| tree | 8acdaf1fe36d99e4f0754b6788b245fe59dae8ba | |
| parent | 501adcc1fdfbf83fb75b1e613ed0d3058e8455e5 (diff) | |
| download | caprover-one-click-apps-ee876c6b65532d1931579ddb78c2fc129cc9478d.tar.gz caprover-one-click-apps-ee876c6b65532d1931579ddb78c2fc129cc9478d.zip | |
More not exposed as web app added
| -rw-r--r-- | public/v1/apps/parse.json | 1 | ||||
| -rw-r--r-- | public/v1/apps/strapi.json | 1 | ||||
| -rw-r--r-- | public/v1/apps/wordpress.json | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/public/v1/apps/parse.json b/public/v1/apps/parse.json index f30395d..73a3a27 100644 --- a/public/v1/apps/parse.json +++ b/public/v1/apps/parse.json @@ -6,6 +6,7 @@ "services": { "$$cap_appname-mongodb": { "image": "mongo:$$cap_mongo_version", + "notExposeAsWebApp": "true", "volumes": [ "$$cap_appname-db-data:/data/db", "$$cap_appname-db-config:/data/configdb" diff --git a/public/v1/apps/strapi.json b/public/v1/apps/strapi.json index 767de37..58414ba 100644 --- a/public/v1/apps/strapi.json +++ b/public/v1/apps/strapi.json @@ -28,6 +28,7 @@ }, "$$cap_appname-mongo": { "image": "mongo:$$cap_mongo_version", + "notExposeAsWebApp": "true", "volumes": [ "$$cap_appname-mongo-data:/data/db", "$$cap_appname-mongo-config:/data/configdb" diff --git a/public/v1/apps/wordpress.json b/public/v1/apps/wordpress.json index 3d46e05..007fe02 100644 --- a/public/v1/apps/wordpress.json +++ b/public/v1/apps/wordpress.json @@ -6,6 +6,7 @@ "services": { "$$cap_appname-db": { "image": "mysql:$$cap_mysql_version", + "notExposeAsWebApp": "true", "volumes": [ "$$cap_appname-db-data:/var/lib/mysql" ], |
