#---------------------------------------------------------------------------------------------------
# This Procfile is used to start components of the App Search stack
#---------------------------------------------------------------------------------------------------

# App and API component
app-server: bash "$ENTRYPOINTS_DIR/app-server.sh"

# Background workers pool
worker: bash "$ENTRYPOINTS_DIR/worker.sh"

# Filebeat to collect and index analytics and query logs generated by the application
filebeat: bash "$ENTRYPOINTS_DIR/filebeat.sh"
