COMPOSE_PROJECT_NAME=joystream PROJECT_NAME=query_node # We will use a single postgres service with multiple databases INDEXER_DB_NAME=query_node_indexer DB_NAME=query_node_processor DB_USER=postgres DB_PASS=postgres DB_HOST=localhost DB_PORT=5432 DEBUG=index-builder:* TYPEORM_LOGGING=error ########################### # Indexer options # ########################### # Block height to start indexing from. # Note, that if there are already some indexed events, this setting is ignored BLOCK_HEIGHT=0 ############################### # Processor GraphQL API # ############################### GRAPHQL_SERVER_PORT=4002 GRAPHQL_SERVER_HOST=localhost WARTHOG_APP_PORT=4002 WARTHOG_APP_HOST=localhost