# Used by docker-compose.yml to provision the local Postgres container. # Pick your own values — do not reuse these across environments, and never # commit the real .env (it's git-ignored). POSTGRES_USER=changeme POSTGRES_PASSWORD=changeme POSTGRES_DB=batchcooking POSTGRES_PORT=5432