Docker cleanup (#7655)

Related to #7648 

@charlesBochet I've deleted only dev related commands in Makefile, if
it's wrong, I'll change it ASAP
This commit is contained in:
BOHEUS
2024-10-13 20:40:27 +02:00
committed by GitHub
parent ee093edc77
commit a7a4052109
4 changed files with 26 additions and 63 deletions

View File

@ -4,6 +4,10 @@ icon: TbBrandDocker
image: /images/user-guide/objects/objects.png
---
<ArticleWarning>
Docker containers are for production hosting or self-hosting, for the contribution please check the [Local Setup](https://twenty.com/developers/local-setup).
</ArticleWarning>
## Overview
This guide provides step-by-step instructions to install and configure the Twenty application using Docker Compose. The aim is to make the process straightforward and prevent common pitfalls that could break your setup.