This commit is contained in:
conache 2024-08-08 16:19:06 +03:00
parent 3dfa8ca2e6
commit ce719ae34e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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**

View File

@ -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