diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..59f41b1 --- /dev/null +++ b/compose.yaml @@ -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