summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/strapi.yml
diff options
context:
space:
mode:
authorAndre Kutianski <[email protected]>2022-08-22 00:46:47 -0300
committerGitHub <[email protected]>2022-08-21 20:46:47 -0700
commitbd28102aba4c8dd79efe2f9f0757f8f594da735d (patch)
treed1bd4d93e2f01aebf8dacfe27b2f3142a2990491 /public/v4/apps/strapi.yml
parentca33c5ad8f84f37d27d3e11448216b5ab7147adb (diff)
downloadcaprover-one-click-apps-bd28102aba4c8dd79efe2f9f0757f8f594da735d.tar.gz
caprover-one-click-apps-bd28102aba4c8dd79efe2f9f0757f8f594da735d.zip
update: strapi docker image (#697)
* update: strapi docker image Update Strapi docker image since the official isn't maintained anymore. * update: strapi docker image Update Strapi docker image since the official isn't maintained anymore.
Diffstat (limited to 'public/v4/apps/strapi.yml')
-rw-r--r--public/v4/apps/strapi.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/v4/apps/strapi.yml b/public/v4/apps/strapi.yml
index 20db75d..3c5df62 100644
--- a/public/v4/apps/strapi.yml
+++ b/public/v4/apps/strapi.yml
@@ -3,11 +3,12 @@ services:
$$cap_appname:
depends_on:
- $$cap_appname-mongo
- image: strapi/strapi:$$cap_strapi_version
+ image: naskio/strapi:$$cap_strapi_version
volumes:
- $$cap_appname-data:/srv/app
restart: always
environment:
+ NODE_ENV: production
DATABASE_CLIENT: mongo
DATABASE_HOST: srv-captain--$$cap_appname-mongo
DATABASE_PORT: '27017'
@@ -33,7 +34,7 @@ caproverOneClickApp:
variables:
- id: $$cap_strapi_version
label: Strapi Version
- defaultValue: 3.5.4
+ defaultValue: 4.3.2
description: Check out the Docker page for the valid tags https://hub.docker.com/r/strapi/strapi/tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_mongo_version
@@ -66,6 +67,6 @@ caproverOneClickApp:
Note when installing a plugin an error will be displayed. This error message is due to a restart on plugin installation.
This behaviour is normal. Refresh the page after few seconds (502 can happen if you refresh too fast).
displayName: ''
- isOfficial: true
+ isOfficial: false
description: The Open source Headless CMS Front-End Developers love. Manage your content. Distribute it anywhere
documentation: Taken from https://github.com/strapi/strapi-docker/blob/master/examples/mongo/docker-compose.yml