First working draft docker-compose

This commit is contained in:
MartenBE
2020-07-30 16:57:39 +02:00
parent be2c525d9a
commit d555d94be9
16 changed files with 77 additions and 541 deletions

View File

@@ -1,10 +1,8 @@
[uwsgi]
chdir=/home/raelon/Projects/pyShelf/src
module=frontend.wsgi
master=True
pidfile=/tmp/pyShelf.pid
vacuum=True
socket=/tmp/pyshelf_wsgi.sock
chmod-socket=666
[uwsgi]
chdir=/pyshelf/src
module=frontend.wsgi
master=True
pidfile=/tmp/pyShelf.pid
vacuum=True
socket=/tmp/pyshelf_wsgi.sock
chmod-socket=666