mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-08 10:40:37 -05:00
13 lines
No EOL
281 B
YAML
13 lines
No EOL
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 |