mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(multi-server): remove databases and hide monitoring when using deploy on server
This commit is contained in:
@@ -156,7 +156,7 @@ export const redisRouter = createTRPCRouter({
|
||||
const redis = await findRedisById(input.redisId);
|
||||
|
||||
const cleanupOperations = [
|
||||
async () => await removeService(redis?.appName),
|
||||
async () => await removeService(redis?.appName, redis.serverId),
|
||||
async () => await removeRedisById(input.redisId),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user