mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
12 lines
263 B
YAML
12 lines
263 B
YAML
version: '3'
|
|
services:
|
|
senpy:
|
|
image: "${IMAGENAME-gsiupm/senpy}:${VERSION-dev}"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile${PYVERSION--2.7}
|
|
ports:
|
|
- 5001:5000
|
|
volumes:
|
|
- "./data:/data"
|