SHELL := /bin/bash

# Thor solo
solo-up: #@ Start Thor solo
	docker compose up -d
solo-down: #@ Stop Thor solo
	docker compose down
