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 pyrate-gen: build: context: pyrate dockerfile: pyrate.data_generator.dockerfile restart: unless-stopped volumes: - ./data:/pyrate/data environment: - save_frequency=50 - seed_start=150 - continues=False scale: 2 volumes: experiments: data: