Automatic Synchronization

To enable automatic catalogs updates on the documentation portal, configure the auto-update 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 automatic synchronization. If not specified, catalogs will not be automatically updated.

  2. AUTO_PULL_INTERVAL — interval for automatic synchronization. If not specified, catalogs will be updated every 3 minutes.

Username and password authentication

Use this method, if the server does not support tokens.

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

  2. AUTO_PULL_TOKEN — use password. If not specified, catalogs will not be automatically updated.

  3. AUTO_PULL_INTERVAL — interval for automatic synchronization. If not specified, catalogs will be updated every 3 minutes.