Dockerize existing strapi app

Hi all. I have a working strapi app which I want to dockerize now.
Can anyone give me some hints and tips about this process ?
Thanks

Hey Valon :wave:,

This guide in the docs is probably a good place to start.
It links to the official docker image and gives you an example on how to use it with docker-compose.

https://strapi.io/documentation/developer-docs/latest/installation/docker.html

Here is also a link to the docker repo: GitHub - strapi/strapi-docker: Install and run your first Strapi project using Docker

Hi Mattie,

Thanks for your response. Before asking question I saw documentation and I thought it is just in case you create new project and not for dockerizing existing project.

I tried something using following example:

Btw thanks.

1 Like