You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
571 B
YAML

version: '3'
services:
conductor:
image: "nubisware/netflixoss-conductor:latest"
container_name: conductorserver
ports:
- "5000:5000"
- "8080:8080"
environment:
- "loadExample=false"
networks:
- orchestrator
init:
build: .
image: init
networks:
- orchestrator
volumes:
- ./resources:/var/resources:ro
- ./scripts:/var/scripts:ro
entrypoint: /var/scripts/entrypoint-noworkflows.sh
networks:
- orchestrator
networks:
orchestrator: