# Either set DATABASE_URL to point at an externally hosted database... # DATABASE_URL=postgres://pwned:pwned@some-host:5432/pwned # ...or leave it unset and use the discrete vars below (used by compose.yaml # for local dev): PGHOST=localhost PGPORT=5432 PGUSER=pwned PGPASSWORD=pwned PGDATABASE=pwned BACKEND_PORT=3001 FRONTEND_PORT=3000