Scheduled Update

To enable scheduled updates for catalogs on the documentation portal, configure the settings in the Docker Compose file.

Two configuration options are available:

  • Token-based authentication.

  • Username and password authentication.

Token-based authentication

  1. AUTO_PULL_TOKEN — token for scheduled synchronization. If not specified, catalogs won't update on a schedule.

  2. AUTO_PULL_INTERVAL — synchronization interval, in seconds. If not specified, catalogs are updated every 3 minutes. A value of -1 disables the scheduled update — catalogs then update via webhook only.

Username and password authentication

Use this method if the server doesn't support tokens.

  1. AUTO_PULL_USERNAME — username used for authentication on git-storage. If not specified, autopull is used.

  2. AUTO_PULL_TOKEN — use the password. If not specified, catalogs won't update on a schedule.

  3. AUTO_PULL_INTERVAL — synchronization interval, in seconds. If not specified, catalogs are updated every 3 minutes. A value of -1 disables the scheduled update — catalogs then update via webhook only.