This repository was archived by the owner on Sep 13, 2024. It is now read-only.
This repository was archived by the owner on Sep 13, 2024. It is now read-only.
[Docker] Split services into different containers #14022
Open
Description
I was about to deploy Yeti using docker to try it out but realised that the Dockerfile is configured to install and run the APP, the webserver and the database all in the same container. This heavily disencouraged as per Docker's best practices