refractor code,

This commit is contained in:
root
2026-05-21 12:35:49 -04:00
parent e74681e810
commit f009ca10c6
158 changed files with 215801 additions and 5884 deletions
-13
View File
@@ -14,17 +14,6 @@ services:
redis:
image: redis:7-alpine
migrate:
build:
context: .
dockerfile: Dockerfile.test
depends_on:
postgres:
condition: service_healthy
env_file:
- .env.docker.test
command: ["sh", "-c", "npm run db:deploy"]
test:
build:
context: .
@@ -34,7 +23,5 @@ services:
condition: service_healthy
redis:
condition: service_started
migrate:
condition: service_completed_successfully
env_file:
- .env.docker.test