From ce719ae34ee400c2d48ea4039f5b00c6a54592d2 Mon Sep 17 00:00:00 2001 From: conache Date: Thu, 8 Aug 2024 16:19:06 +0300 Subject: [PATCH] Cleanup --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9fe843..5180403 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ A complete working example is provided in the `docker-compose.yml` file. 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** diff --git a/docker-compose.yml b/docker-compose.yml index 21d2bed..5d856e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: . command: python -u /app/app.py ports: - - "8002:8000" + - "8000:8000" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/inference/ETH"] interval: 10s