1
0
mirror of https://github.com/bitwarden/server synced 2025-12-10 13:23:27 +00:00
This commit is contained in:
Bernd Schoolmann
2025-12-05 14:57:05 +01:00
parent 6945adde76
commit 4f6e7ac287

View File

@@ -12,7 +12,7 @@ services:
- mssql_dev_data:/var/opt/mssql
- ../util/Migrator:/mnt/migrator/
- ./helpers/mssql:/mnt/helpers
- ./.data/mssql:/mnt/data
- mssql_data:/mssql:/mnt/data
ports:
- "1433:1433"
profiles:
@@ -26,7 +26,7 @@ services:
- "10001:10001"
- "10002:10002"
volumes:
- ./.data/azurite:/data
- azurite_data:/azurite:/data
profiles:
- storage
- cloud
@@ -152,3 +152,5 @@ volumes:
mariadb_dev_data:
rabbitmq_data:
redis_data:
azurite_data:
mssql_data: