Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 309 Bytes

File metadata and controls

16 lines (10 loc) · 309 Bytes

ShamTool Maps DB

Back-end stack for the Maps DB API of ShamTool.

Running

The project supports running with Docker and Docker Compose.

# Production
docker compose up -d

# Local environment
docker compose -f docker-compose.yml -f docker-compose.local.yml up -d