backend api stuff

This commit is contained in:
Jake Kasper
2025-08-21 10:33:57 -05:00
parent e333a2e32d
commit 54a29ebac6
4 changed files with 6 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ services:
context: ./backend
dockerfile: Dockerfile
environment:
- NODE_ENV=production
- NODE_ENV=development
- DB_HOST=db
- DB_PORT=5432
- DB_NAME=${DB_NAME:-turftracker}