
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@strapi-community/dockerize
Advanced tools
Add docker support for a Strapi Project with ease π
Feel free to buy @Eventyret a βοΈ if this tool was helpful Open Collective
This package is currently under development and should be consider STABLE in terms of state. I/We are currently accepting contributions and/or dedicated contributors to help develop and maintain this package.
For more information on contributing please see the contrib message below.
npx @strapi-community/dockerize
You can also call it directly with arguments
npx @strapi-community/dockerize new --dbclient=mysql --dbhost=localhost --dbport=1234 --dbname=strapi --dbusername=strapi --dbpassword=strapi --projecttype=js --packagemanager=yarn --usecompose=false --env=both
Please note the new
keyword is required for this to take effect.
npx @strapi-community/dockerize new
--projectname=<projectname>
--dbtype=<dbclient>
--dbhost=<dbhost>
--dbport=<dbport>
--dbname=<dbname>
--dbusername=<dbusername>
--dbpassword=<dbpassword>
--projecttype=<projecttype>
--packagemanager=<packagemanager>
--usecompose=<usecompose>
--env=<env>
| π» Command | π¬ Value | π¦ Type | π² Default |
| -------------- | --------------------------------------- | ------- | ------------- |
| projectname | | String | `mystrapi` |
| dbclient | `postgres` \| `mysql` \| `mariadb` | String | `postgres` |
| dbhost | | String | `localhost` |
| dbport | `5432` \| `3306` | Number | `5432` |
| dbname | | String | `strapi` |
| dbusername | | String | `strapi` |
| dbpassword | | String | |
| projecttype | `ts` \| `js` | String | `js` |
| packagemanager | `yarn` \| `npm` | String | `yarn` |
| usecompose | `true` \| `false` | Boolean | `false` |
| env | `development` \| `production` \| `both` | String | `development` |
npx @strapi-community/dockerize reset
Note that RESET will delete the config/env
folder with all of it's content
yarn
or npm
in your projectI/We are actively looking for contributors, maintainers, and others to help shape this package. As this plugins sole purpose within the Strapi community is to be used by other developers and plugin maintainers to get fast responses time.
If interested please feel free to email the lead maintainer Simen at: simen@dehlin.dev or ping Cookie Monster#6725
on Discord.
Give a star if this project helped you. Feel free to buy [@Eventyret] a βοΈ if it was helpful. Open Collective
See the LICENSE file for licensing information.
FAQs
Easy add docker support for a Strapi Project
We found that @strapi-community/dockerize demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Β It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socketβs AI scanner detected the supply chain attack and flagged the malware.
Security News
CISAβs 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.