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
AUTO_PULL_TOKEN— token for scheduled synchronization. If not specified, catalogs won't update on a schedule.AUTO_PULL_INTERVAL— synchronization interval, in seconds. If not specified, catalogs are updated every 3 minutes. A value of-1disables the scheduled update — catalogs then update via webhook only.
Username and password authentication
Use this method if the server doesn't support tokens.
AUTO_PULL_USERNAME— username used for authentication on git-storage. If not specified,autopullis used.AUTO_PULL_TOKEN— use the password. If not specified, catalogs won't update on a schedule.AUTO_PULL_INTERVAL— synchronization interval, in seconds. If not specified, catalogs are updated every 3 minutes. A value of-1disables the scheduled update — catalogs then update via webhook only.