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
AUTO_PULL_TOKEN— token for automatic synchronization. If not specified, catalogs will not be automatically updated.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.
AUTO_PULL_USERNAME— username used for authentication on git-storage. If not specified,autopullis used.AUTO_PULL_TOKEN— use password. If not specified, catalogs will not be automatically updated.AUTO_PULL_INTERVAL— interval for automatic synchronization. If not specified, catalogs will be updated every 3 minutes.