chore: add docker-compose.yaml and update .gitignore

Add docker-compose.yaml to define services for the application stack, including API, app, MinIO, and PostgreSQL. Remove docker-compose.yaml from .gitignore to track it in version control
This commit is contained in:
Daniel Luiz Alves
2025-04-04 00:12:02 -03:00
parent fcd3b4e613
commit 68d6fd09af
2 changed files with 104 additions and 4 deletions

5
.gitignore vendored
View File

@@ -26,7 +26,4 @@ apps/web/*.sw?
#SERVER
apps/server/node_modules
apps/server/.env
apps/server/dist/*
#COMPOSE
docker-compose.yaml
apps/server/dist/*