2019-02-17 21:05:54 +00:00
|
|
|
version: '3'
|
2019-02-21 01:55:31 +00:00
|
|
|
volumes:
|
|
|
|
scraps:
|
2019-02-17 21:05:54 +00:00
|
|
|
services:
|
2019-02-19 03:25:00 +00:00
|
|
|
sins_run:
|
2019-02-18 06:40:04 +00:00
|
|
|
image: sins
|
2019-02-17 21:05:54 +00:00
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
volumes:
|
2019-02-18 06:40:04 +00:00
|
|
|
- ${PWD}:/app
|
2019-02-21 01:55:31 +00:00
|
|
|
- scraps:/out
|
2019-02-17 21:05:54 +00:00
|
|
|
working_dir: /app
|
2019-02-21 01:55:31 +00:00
|
|
|
command: python3 -m sins -o /out/
|