File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ services:
1414 condition : service_healthy
1515 jaeger :
1616 condition : service_started
17+ dragonfly :
18+ condition : service_started
1719 volumes :
1820 - ./CentralizedLoggingApi/logs:/app/logs
1921
@@ -32,6 +34,8 @@ services:
3234 condition : service_healthy
3335 jaeger :
3436 condition : service_started
37+ dragonfly :
38+ condition : service_started
3539 volumes :
3640 - ./UserManagementApi/logs:/app/logs
3741
@@ -55,6 +59,8 @@ services:
5559 condition : service_started
5660 jaeger :
5761 condition : service_started
62+ dragonfly :
63+ condition : service_started
5864
5965 db :
6066 image : mcr.microsoft.com/mssql/server:2022-latest
@@ -84,5 +90,17 @@ services:
8490 environment :
8591 - LOG_LEVEL=info
8692
93+ dragonfly :
94+ image : docker.dragonflydb.io/dragonflydb/dragonfly:v1.24.0
95+ container_name : dragonfly
96+ command : ["--requirepass=Bisp@123"]
97+ ports :
98+ - " 6379:6379"
99+ volumes :
100+ - dflydata:/data
101+ restart : unless-stopped
102+
103+
87104volumes :
88105 sql_data :
106+ dflydata:
You can’t perform that action at this time.
0 commit comments