DB_USER=postgres DB_PASSWORD=supersecurepassword123987 DB_NAME=advent DATABASE_URL="postgresql://${DB_USER}:${DB_PASSWORD}@localhost:5432/${DB_NAME}" DOCKER_DB_URL="postgresql://${DB_USER}:${DB_PASSWORD}@host.docker.internal:5432/${DB_NAME}" REDIS_URL=redis://127.0.0.1:6379/