You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helper="Cron expression for Docker Cleanup.<br>You can use every_minute, hourly, daily, weekly, monthly, yearly.<br><br>Default is every night at midnight." />
209
-
@else
213
+
<x-modal-confirmation
214
+
title="Confirm Docker Cleanup?"
215
+
buttonTitle="Trigger Docker Cleanup"
216
+
submitAction="manualCleanup"
217
+
:actions="[
218
+
'Permanently deletes all stopped containers managed by Coolify (as containers are non-persistent, no data will be lost)',
219
+
'Permanently deletes all unused images',
220
+
'Clears build cache',
221
+
'Removes old versions of the Coolify helper image',
222
+
'Optionally permanently deletes all unused volumes (if enabled in advanced options).',
223
+
'Optionally permanently deletes all unused networks (if enabled in advanced options).'
helper="Cron expression for Docker Cleanup.<br>You can use every_minute, hourly, daily, weekly, monthly, yearly.<br><br>Default is every night at midnight." />
<pclass="text-sm text-gray-600 dark:text-gray-400 mb-2"><strong>Warning: Enable these options only if you fully understand their implications and consequences!</strong><br>Improper use will result in data loss and could cause functional issues.</p>
helper="This option will remove all unused Docker volumes during cleanup.<br><br><strong>Warning: Data form stopped containers will be lost!</strong><br><br>Consequences include:<br>
250
+
<ul class='list-disc pl-4 mt-2'>
251
+
<li>Volumes not attached to running containers will be deleted and data will be permanently lost (stopped containers are affected).</li>
252
+
<li>Data from stopped containers volumes will be permanently lost.</li>
helper="This option will remove all unused Docker networks during cleanup.<br><br><strong>Warning: Functionality may be lost and containers may not be able to communicate with each other!</strong><br><br>Consequences include:<br>
258
+
<ul class='list-disc pl-4 mt-2'>
259
+
<li>Networks not attached to running containers will be permanently deleted (stopped containers are affected).</li>
260
+
<li>Custom networks for stopped containers will be permanently deleted.</li>
261
+
<li>Functionality may be lost and containers may not be able to communicate with each other.</li>
262
+
</ul>"
263
+
/>
264
+
</div>
214
265
</div>
215
266
</div>
216
-
<divclass="flex flex-wrap gap-2 sm:flex-nowrap">
267
+
268
+
<divclass="flex flex-wrap gap-4 sm:flex-nowrap">
217
269
<x-forms.inputid="server.settings.concurrent_builds"label="Number of concurrent builds"required
218
270
helper="You can specify the number of simultaneous build processes/deployments that should run concurrently." />
0 commit comments