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