mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-09 11:10:34 -05:00
13 lines
281 B
YAML
13 lines
281 B
YAML
|
version: "3.0"
|
||
|
services:
|
||
|
py-shadowprover:
|
||
|
image: naveensundarg/py-interface-spectra:0.1.3
|
||
|
ports:
|
||
|
- "25334:25334"
|
||
|
- "25333:25333"
|
||
|
interface:
|
||
|
image: naveensundarg/py-interface-spectra:0.1.3
|
||
|
ports:
|
||
|
- "8888:8888"
|
||
|
volumes:
|
||
|
- ./files:/base
|