POSTGRES_HOST_AUTH_METHOD docker compose django code example
Example: db_1 | Error: Database is uninitialized and superuser password is not specified.
image: library/postgres:11-alpine
environment:
POSTGRES_HOST_AUTH_METHOD: trust
image: library/postgres:11-alpine
environment:
POSTGRES_HOST_AUTH_METHOD: trust