blob: 3e12e93cb717051b53e58166e0053f4cf134b5df [file] [log] [blame]
version: '3.8'
services:
consul-server:
image: hashicorp/consul:latest
container_name: consul
restart: always
network_mode: 'host'
command: "agent -dev"
mft-agent:
image: airavata/mft
restart: always
network_mode: 'host'
depends_on:
- consul-server