Use atomic-algolia in docker
ALGOLIA_APP_ID={{ YOUR_APP_ID }}
ALGOLIA_ADMIN_KEY={{ YOUR_ADMIN_KEY }}
ALGOLIA_INDEX_NAME={{ YOUR_INDEX_NAME }}
ALGOLIA_INDEX_FILE={{ YOUR_INDEX_FILE }}
ALGOLIA_APP_ID: the ID of the Algolia app instance that contains your index.
ALGOLIA_ADMIN_KEY: the adminstrative key for the Algolia app instance that contains your index.
ALGOLIA_INDEX_NAME: the name of the index you're updating.
ALGOLIA_INDEX_FILE: the relative path to your index file from the root of your project.