#!/bin/bash

# start/restart all containers
compose_files=$(./compose_files_conf.sh)
docker-compose $compose_files up -d