feat: Dockerized azure backend to run 2 images: one for azurite, one for azure backend

This commit is contained in:
jonaustin09
2024-01-08 10:07:50 -08:00
committed by Ben McClelland
parent 9bfec719f3
commit 8fc16392d1
4 changed files with 27 additions and 5 deletions
+5
View File
@@ -85,6 +85,11 @@ up-posix:
up-proxy:
docker compose --env-file .env.dev up proxy
# Creates and runs S3 gateway to azurite instance in a docker container
.PHONY: up-azurite
up-azurite:
docker compose --env-file .env.dev up azurite azuritegw
# Creates and runs both S3 gateway and proxy server instances in docker containers
.PHONY: up-app
up-app: