omv7:omv7_plugins:docker_compose

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
omv7:omv7_plugins:docker_compose [2025/03/30 14:28] – [Schedule (Updates and Backups)] chenteomv7:omv7_plugins:docker_compose [2025/07/17 13:42] (current) – [Create] chente
Line 662: Line 662:
       * Filter can be a partial match with use of wildcard (*). e.g. asd* or *asd* or *asd.       * Filter can be a partial match with use of wildcard (*). e.g. asd* or *asd* or *asd.
       * You can add multiple filters separated by commas.       * You can add multiple filters separated by commas.
 +    * File excludes: Files defined in this field will be excluded from the scheduled action to be performed. Multiple exclusions can be defined, separated by a comma.
   * **Action Type**   * **Action Type**
-    * Backup: If enabled, a backup task will be executed. +    * Maintenance: It gives access to the maintenance options and they are the following: 
-    * Update: If enabled, an update task will be executed for the selected containers. If the backup task is also checked, the backup will be performed first and then the update. Will recreate containers after update if running. +      * Backup: If enabled, a backup task will be executed. 
-    * Prune: If enabled, prune all dangling images. It does not use a filter, so all existing dangling images will be removed. Will run the ''docker image prune -f'' command.+      * Update: If enabled, an update task will be executed for the selected containers. If the backup task is also checked, the backup will be performed first and then the update. Will recreate containers after update if running. 
 +      * Prune: If enabled, prune all dangling images. It does not use a filter, so all existing dangling images will be removed. Will run the ''docker image prune -f'' command. 
 +    * Container state: Provides access to functions to stop or start one or more containers on a scheduled basis. 
 +      * Start: Starts the execution of containers included in the compose files defined in the scheduled task. 
 +      * Stop: Stops the execution of containers included in the compose files defined in the scheduled task. 
 +  * **Scripts** (Only active if maintenance mode is selected)
     * Pre-backup script field: Allows you to set the path of a custom script that will be executed before the execution of the scheduled task.     * Pre-backup script field: Allows you to set the path of a custom script that will be executed before the execution of the scheduled task.
     * Post-backup script field: Allows you to set the path of a custom script that will be executed after the execution of the scheduled task.     * Post-backup script field: Allows you to set the path of a custom script that will be executed after the execution of the scheduled task.
Line 671: Line 677:
     * Schedule the time of execution using the date and time options.     * Schedule the time of execution using the date and time options.
       * For example, the attached screenshot will backup all containers on Sundays at 8:36 AM. and will send an email with the result of the backup.       * For example, the attached screenshot will backup all containers on Sundays at 8:36 AM. and will send an email with the result of the backup.
-    * Select if you want to receive an email with the output of the workthe header will show what you write in the Comment field.+    * Send command output via email: Select if you want to receive an email with the output of the work
 +    * Verbose: Select whether you want the email output to be detailed. 
 +    * Comment: The header will show what you write in the Comment field.
  
 ---- ----
  • omv7/omv7_plugins/docker_compose.txt
  • Last modified: 2025/07/17 13:42
  • by chente