mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 21:51:50 +02:00
14 lines
219 B
YAML
14 lines
219 B
YAML
version: '2'
|
|
|
|
services:
|
|
|
|
app:
|
|
build:
|
|
target: app_python_debug
|
|
environment:
|
|
PYTHON_DEBUG: True
|
|
volumes:
|
|
- ./umap:/srv/app/umap
|
|
ports:
|
|
- 8000:8000
|
|
- 5678:5678
|