# Docker environment variables # Copy to .env.docker and fill in real values. # DO NOT commit the real .env.docker file to git. POSTGRES_PASSWORD=change_me PG_CONN_STR=postgresql://hyper:change_me@postgres:5432/hyper COINGECKO_API_KEY=