mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 13:41:49 +02:00

This adds: - a Dockerfile - a Docker compose file for easy testing - a Travis CI setup - so that it can build a Docker image and push to Docker Hub automatically - it does that on every Git tag as well and push a equally tagged version to Docker Hub - extends the Makefile to add some helper tasks for docker (e.g. make docker-test)
10 lines
217 B
INI
10 lines
217 B
INI
[uwsgi]
|
|
http = :$(PORT)
|
|
module = umap.wsgi:application
|
|
master = True
|
|
vacuum = True
|
|
max-requests = 5000
|
|
processes = 4
|
|
enable-threads = true
|
|
static-map = /static=/srv/umap/static
|
|
static-map = /uploads=/srv/umap/uploads
|