tinkered around to get this app running inside a container using alpine and socket based psql
This commit is contained in:
@@ -138,6 +138,7 @@ DATABASES = {
|
||||
'USER': db_user,
|
||||
'PASSWORD': db_pw,
|
||||
'HOST': get_env_value('DJANGO_POSTGRESQL_SOCKET'),
|
||||
'PORT': get_env_value('DJANGO_POSTGRESQL_PORT'),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user