mirror of
https://github.com/evgen-app/evg-app-back.git
synced 2024-11-22 00:36:35 +03:00
add pgl
This commit is contained in:
parent
76cee42e52
commit
1df6b10b8d
|
@ -11,4 +11,3 @@ RUN pip3 install -r requirements.txt
|
|||
|
||||
COPY . /app/
|
||||
|
||||
RUN ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
data/db/pg_stat_tmp/global.stat
Normal file
BIN
data/db/pg_stat_tmp/global.stat
Normal file
Binary file not shown.
Binary file not shown.
8
data/db/postmaster.pid
Normal file
8
data/db/postmaster.pid
Normal file
|
@ -0,0 +1,8 @@
|
|||
1
|
||||
/var/lib/postgresql/data
|
||||
1616346267
|
||||
5432
|
||||
/var/run/postgresql
|
||||
*
|
||||
894087 0
|
||||
ready
|
|
@ -103,8 +103,12 @@ WSGI_APPLICATION = 'evgenApp.wsgi.application'
|
|||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'postgres',
|
||||
'USER': 'postgres',
|
||||
'PASSWORD': 'postgres',
|
||||
'HOST': 'db',
|
||||
'PORT': 5432,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
Reference in New Issue
Block a user