feature/product_models_refactor
mtyton 2023-05-18 17:23:54 +02:00
rodzic 433fce315e
commit 67a98df3e5
2 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ services:
build:
dockerfile: Dockerfile
context: ./
restart: always
ports:
- "8000:8000"
volumes:

14
artel/uwsgi.ini 100644
Wyświetl plik

@ -0,0 +1,14 @@
[uwsgi]
project = artel
base = artel/
socket_dir = %(base)
chdir = %(base)
module = %(project).wsgi:application
master = true
processes = 5
socket = %(socket_dir)/%(project).sock
vacuum = true
daemonize = /var/log/uwsgi/project.log