Skip to content

hyqe/brigand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brigand

A file service

Run Brigand locally

MONGO="mongodb://localhost:27017" \
    go run main.go

Run locally using Docker compose. suitable for testing only.

docker compose -f ./scripts/docker-compose-local.yaml --project-directory . up  --build

# ctrl+c to stop
docker compose -f scripts/docker-compose-local.yaml  --project-directory . down