mirror of
https://github.com/fluencelabs/examples
synced 2025-04-24 18:22:15 +00:00
31 lines
968 B
YAML
31 lines
968 B
YAML
# yaml-language-server: $schema=.fluence/schemas/fluence.yaml.json
|
|
|
|
# Defines Fluence Project, most importantly - what exactly you want to deploy and how. You can use `fluence init` command to generate a template for new Fluence project
|
|
|
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/fluence.md
|
|
|
|
version: 2
|
|
aquaInputPath: src/aqua/main.aqua
|
|
workers:
|
|
defaultWorker:
|
|
services: [ glaze ]
|
|
deals:
|
|
defaultWorker:
|
|
minWorkers: 1
|
|
targetWorkers: 3
|
|
hosts:
|
|
defaultWorker:
|
|
peerIds:
|
|
- 12D3KooWSD5PToNiLQwKDXsu8JSysCwUt8BVUJEqCHcDe7P5h45e
|
|
relays:
|
|
kras
|
|
# - /ip4/127.0.0.1/tcp/9991/ws/p2p/12D3KooWBM3SdXWqGaawQDGQ6JprtwswEg3FWGvGhmgmMez1vRbR
|
|
# - /ip4/127.0.0.1/tcp/9992/ws/p2p/12D3KooWQdpukY3p2DhDfUfDgphAqsGu5ZUrmQ4mcHSGrRag6gQK
|
|
# - /ip4/127.0.0.1/tcp/9993/ws/p2p/12D3KooWRT8V5awYdEZm6aAV9HWweCEbhWd7df4wehqHZXAB7yMZ
|
|
services:
|
|
glaze:
|
|
get: service
|
|
dependencies:
|
|
npm:
|
|
"@fluencelabs/aqua-ipfs": 0.5.11
|