adding project page

This commit is contained in:
2025-02-17 07:52:50 -06:00
parent f6daf6e7d3
commit fd5dcf5756
94 changed files with 2097 additions and 2126 deletions

11
docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.8'
services:
azurite:
container_name: azurite
image: mcr.microsoft.com/azure-storage/azurite:3.33.0
ports:
- '10000:10000'
- '10001:10001'
- '10002:10002'
command: 'azurite --blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0 --loose'