mirror of
https://github.com/versity/versitygw.git
synced 2026-09-20 06:54:47 +00:00
feat: Dockerized azure backend to run 2 images: one for azurite, one for azure backend
This commit is contained in:
committed by
Ben McClelland
parent
9bfec719f3
commit
8fc16392d1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user