ga4gh / vrs-python

GA4GH Variation Representation Python Implementation
https://github.com/ga4gh/vrs
Apache License 2.0
51 stars 27 forks source link

docker compose up failed for uta #404

Closed korikuzma closed 6 months ago

korikuzma commented 6 months ago

I just got a new m3 machine and am trying to run docker. When running docker-compose up, I get:

uta-1                   | Error: Database is uninitialized and superuser password is not specified.
uta-1                   |        You must specify POSTGRES_PASSWORD to a non-empty value for the
uta-1                   |        superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run".
uta-1                   | 
uta-1                   |        You may also use "POSTGRES_HOST_AUTH_METHOD=trust" to allow all
uta-1                   |        connections without a password. This is *not* recommended.
uta-1                   | 
uta-1                   |        See PostgreSQL documentation about "trust":
uta-1                   |        https://www.postgresql.org/docs/current/auth-trust.html