In my postgres.dockerfile
FROM postgres:10 ENV POSTGRES_USERNAME postgrestest ENV POSTGRES_PASSWORD 123456 ENV POSTGRES_DB dbtest EXPOSE 5432