ANN-route-predition/docker-compose.yaml

20 lines
306 B
YAML

version: '3.9'
services:
pyrate:
build:
context: pyrate
dockerfile: pyrate.dockerfile
restart: "no"
container_name: pyrate
ports:
- "8888:8888"
volumes:
- ./experiments:/pyrate/experiments
- ./data:/pyrate/data
# scale: 1
volumes:
experiments:
data: