This commit is contained in:
Cryptoval Trading Technologies
2026-04-15 17:08:01 +00:00
parent 9ca46362f8
commit c15f495bd2
+18
View File
@@ -50,4 +50,22 @@
, "url": "redis://cvtt-tester-01.cvtt.vpn:16379"
}
}
, "md_cache": {
"REDIS_DCKR_COMPOSE": {
"type": "redis"
, "url": "redis://redis:6379"
}
, "REDIS_LCLHOST": {
"type": "redis"
, "url": "redis://localhost:6379"
}
, "REDIS_LCLHOST_2_DCKR_COMPOSE": {
"type": "redis"
, "url": "redis://localhost:16379"
}
, "REDIS_tester-01_2_DCKR_COMPOSE": { # to use docker compose service from outside
"type": "redis"
, "url": "redis://cvtt-tester-01.cvtt.vpn:16379"
}
}
}