CI-CD dejo node

This commit is contained in:
2025-06-10 02:28:50 -03:00
parent fde5a46664
commit 0ea56e2596
25 changed files with 608 additions and 0 deletions

14
infrastructure/docker/.env.dev Executable file
View File

@ -0,0 +1,14 @@
NODE_ENV=development
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_TTL=5
REDIS_TLS=false
REDIS_PASSWORD=redis
DATABASE_HOST=postgres
DATABASE_PORT=5432
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=postgres
DATABASE_NAME=dejo-node
DATABASE_SYNCHRONIZE=false