mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
13 lines
237 B
YAML
13 lines
237 B
YAML
version: '3'
|
|
services:
|
|
community:
|
|
build: .
|
|
image: "${IMAGEWTAG:-gsi-upm/senpy-community:dev}"
|
|
volumes:
|
|
- ".:/senpy-plugins/"
|
|
# - "./data:/data"
|
|
ports:
|
|
- '5000:5000'
|
|
command:
|
|
- "--allow-fail"
|