POSTGRES_HOST='localhost'
POSTGRES_USER='{{project_name}}'
POSTGRES_PASSWORD='mysecretpassword'
POSTGRES_DB='{{project_name}}_db'

