Compare commits

..
2 Commits
Author SHA1 Message Date
Lizandro Guarnizo 62e48bd372 fix: point to Coolify-managed Postgres wkuvmdsy39relyhnugk87eqb
ci-337446 / run (push) Has been cancelled
ci-377635 / run (push) Has been cancelled
Build & Push Docker images / build-api (push) Has been cancelled
Build & Push Docker images / build-web (push) Has been cancelled
2026-07-12 17:24:15 -05:00
Lizandro Guarnizo 136f356ab5 fix: hardcode DATABASE_URL to bypass Coolify injection
ci-337446 / run (push) Has been cancelled
ci-377635 / run (push) Has been cancelled
Build & Push Docker images / build-api (push) Has been cancelled
Build & Push Docker images / build-web (push) Has been cancelled
2026-07-12 17:20:07 -05:00
+1 -1
View File
@@ -16,7 +16,7 @@ services:
environment:
- NODE_ENV=production
- PORT=3001
- DATABASE_URL=${DATABASE_URL}
- DATABASE_URL=postgresql://imports:m0r4w0rld_1mp0rts_p4ss!@wkuvmdsy39relyhnugk87eqb:5432/imports?schema=imports
- REDIS_URL=${REDIS_URL}
- JWT_SECRET=${JWT_SECRET}
- JWT_REFRESH_SECRET=${JWT_REFRESH_SECRET}