feat: add docker-compose configuration for Azurite service
This commit is contained in:
13
compose.yaml
Normal file
13
compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
azurite:
|
||||||
|
image: docker.io/skoszewski/azurite:latest
|
||||||
|
container_name: azurite
|
||||||
|
command:
|
||||||
|
- --oauth
|
||||||
|
ports:
|
||||||
|
- "443:443"
|
||||||
|
env_file:
|
||||||
|
- $HOME/.azurite/accounts.env
|
||||||
|
volumes:
|
||||||
|
- $HOME/.azurite/storage:/storage
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user