Cleanup
This commit is contained in:
parent
3dfa8ca2e6
commit
ce719ae34e
@ -37,7 +37,7 @@ A complete working example is provided in the `docker-compose.yml` file.
|
|||||||
|
|
||||||
4. **Faucet Your Worker Node**
|
4. **Faucet Your Worker Node**
|
||||||
|
|
||||||
You can find the offchain worker node's address in `./worker-data/env_file` under `ALLORA_OFFCHAIN_ACCOUNT_ADDRESS`. Request some tokens from the faucet to register your worker.
|
You can find the offchain worker node's address in `./worker-data/env_file` under `ALLORA_OFFCHAIN_ACCOUNT_ADDRESS`. [Add faucet funds](https://docs.allora.network/devs/get-started/setup-wallet#add-faucet-funds) to your worker's wallet before starting it.
|
||||||
|
|
||||||
5. **Start the Services**
|
5. **Start the Services**
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
command: python -u /app/app.py
|
command: python -u /app/app.py
|
||||||
ports:
|
ports:
|
||||||
- "8002:8000"
|
- "8000:8000"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8000/inference/ETH"]
|
test: ["CMD", "curl", "-f", "http://localhost:8000/inference/ETH"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
Loading…
Reference in New Issue
Block a user