mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Merge pull request #187 from oceanprotocol/feature/events-handler-rename
rename events-handler-py -> events-handler
This commit is contained in:
commit
d127df91a2
@ -15,6 +15,7 @@
|
|||||||
- [Pleuston](#pleuston)
|
- [Pleuston](#pleuston)
|
||||||
- [Aquarius](#aquarius)
|
- [Aquarius](#aquarius)
|
||||||
- [Brizo](#brizo)
|
- [Brizo](#brizo)
|
||||||
|
- [Events Handler](#events-handler)
|
||||||
- [Keeper Node](#keeper-node)
|
- [Keeper Node](#keeper-node)
|
||||||
- [Secret Store](#secret-store)
|
- [Secret Store](#secret-store)
|
||||||
- [Faucet](#faucet)
|
- [Faucet](#faucet)
|
||||||
@ -64,7 +65,7 @@ The startup script comes with a set of options for customizing various things.
|
|||||||
The default versions are always a combination of component versions which are considered stable.
|
The default versions are always a combination of component versions which are considered stable.
|
||||||
|
|
||||||
| Aquarius | Brizo | Events Handler | Keeper | Pleuston | Faucet |
|
| Aquarius | Brizo | Events Handler | Keeper | Pleuston | Faucet |
|
||||||
| -------- | --------- | -------------- | --------- | -------- | -------- |
|
| -------- | -------- | -------------- | --------- | -------- | -------- |
|
||||||
| `v0.3.8` | `v0.4.2` | `v0.1.2` | `v0.11.1` | `v0.5.1` | `v0.2.6` |
|
| `v0.3.8` | `v0.4.2` | `v0.1.2` | `v0.11.1` | `v0.5.1` | `v0.2.6` |
|
||||||
|
|
||||||
You can use the `--latest` option to pull the most recent Docker images for all components, which are always tagged as `latest` in Docker. The `latest` Docker image tag derives from the default main branch of the component's Git repo.
|
You can use the `--latest` option to pull the most recent Docker images for all components, which are always tagged as `latest` in Docker. The `latest` Docker image tag derives from the default main branch of the component's Git repo.
|
||||||
@ -152,8 +153,8 @@ By default it will start one container. This Building Block can be disabled by s
|
|||||||
By default it will start one container. This Building Block can be disabled by setting the `--no-events-handler` flag.
|
By default it will start one container. This Building Block can be disabled by setting the `--no-events-handler` flag.
|
||||||
|
|
||||||
| Hostname | External Port | Internal URL | Local URL | Description |
|
| Hostname | External Port | Internal URL | Local URL | Description |
|
||||||
| ----------------- | ------------- | ----------------- | --------------------- | -------------------------------------------------------------------- |
|
| ---------------- | ------------- | ------------ | --------- | ----------------------------------------------------------------- |
|
||||||
| `events-handler` | | | | [Events-handler](https://github.com/oceanprotocol/events-handler-py) |
|
| `events-handler` | | | | [Events-handler](https://github.com/oceanprotocol/events-handler) |
|
||||||
|
|
||||||
### Keeper Node
|
### Keeper Node
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
events-handler:
|
events-handler:
|
||||||
image: oceanprotocol/events-handler-py:$EVENTS_HANDLER_VERSION
|
image: oceanprotocol/events-handler:$EVENTS_HANDLER_VERSION
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.22
|
ipv4_address: 172.15.0.22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user