Commit e9b4b9a4 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added option for accessing the db without password. Thanks to Sonia Zorba.

parent 8f28a57b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Use posgres as base image
FROM library/postgres:12 

# Set postgres password
ENV POSTGRES_PASSWORD postgres 
# Allow access without password
ENV POSTGRES_HOST_AUTH_METHOD=trust

# Set postgres db name
ENV POSTGRES_DB vospace_testdb