Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit e2aa31b

Browse files
committed
add files for docker deployment
1 parent 4a45274 commit e2aa31b

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.hg
2+
.git
3+
**/*.pyc
4+
**/*.so
5+
**/*.dylib

webapp/wsgi.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[uwsgi]
2+
module=omplweb:app
3+
master=true
4+
processes=2
5+
threads=2
6+
pidfile=/tmp/omplwebapp-master.pid
7+
vacuum=true
8+
max-requests=5000
9+
http-socket=:5000
10+
plugins=python3

0 commit comments

Comments
 (0)