mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
11 lines
255 B
YAML
11 lines
255 B
YAML
version: '3'
|
|
services:
|
|
senpy:
|
|
image: "${IMAGENAME-gsiupm/senpy}:${VERSION-latest}"
|
|
entrypoint: ["/bin/bash"]
|
|
working_dir: "/senpy-plugins"
|
|
ports:
|
|
- 5000:5000
|
|
volumes:
|
|
- ".:/usr/src/app/"
|