strapi-docker icon indicating copy to clipboard operation
strapi-docker copied to clipboard

Install and run your first Strapi project using Docker

Results 58 strapi-docker issues
Sort by recently updated
recently updated
newest added

If you try to use docker/base in your Dockerfile and installing Graphql plugin on docker-entrypoint.sh after, you'll see the graphql-upload dependency demands 14.17.0 https://github.com/jaydenseric/graphql-upload/blob/master/package.json#L45 I ended removing nodejs link on...

My project is extremely simple. Just a folder called `strapi` in the root of my project directory. I want to volume mount that to /srv/app. `docker-compose.yml`: ``` version: "3.9" services:...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Edit by: @derrickmehaffy # We have delayed docker image building until further notice due to higher priority tasks Currently we are promoting/recommending the following community article: https://blog.dehlin.dev/docker-with-strapi-v4 Of if you...

Intended on fixing #321 New versions of strapi have been scoped behind @strapi/strapi. This change allows future docker images to be built properly with the new scoped npm package.

# Possibility to run custom scripts on termination/restart Similar to #102, I wish to have a function run every time the development server is restarted or stopped. Is there currently...

Hi, - I cloned this repo https://github.com/strapi/strapi-docker -- Created ADO Pipeline - I successfully deployed Docker image on Azure Container Registry using pipeline - And then manually created Azure App...

![Screenshot 2022-01-22 at 10 51 35](https://user-images.githubusercontent.com/168974/150631816-70c0611a-56cd-4713-be3e-11edf0a3f811.png)

I have tried strapi with a postgres db and then too with default sqlite database, none of them worked either on my host machine. Below are the docker-composes. ## COMPOSE...

I would love to see Strapi's DockerHub image support more than only AMD64 so I could deploy it on a Raspberry Pi (ARM64). This [GitHub Action](https://github.com/docker/build-push-action) has been great for...

enhancement