* adding api * adding projects page * adding project page * updating terraform * updating terraform * adding github workflows
11 lines
289 B
YAML
11 lines
289 B
YAML
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' |