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