#!/bin/bash # start-worker.sh DOMAIN=$1 docker compose -p ${DOMAIN//./-} --env-file $DOMAIN/.env up -d