mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
docs
This commit is contained in:
parent
dc97d61ae6
commit
f44e137e5b
@ -76,6 +76,7 @@ The default versions are always a combination of component versions which are co
|
|||||||
| Graphpgsql | | postgres | 172.15.0.7 | 5432 -> 5432 |
|
| Graphpgsql | | postgres | 172.15.0.7 | 5432 -> 5432 |
|
||||||
| Dashboard | | portainer/portainer | 172.15.0.25 | 9100 -> 9000 |
|
| Dashboard | | portainer/portainer | 172.15.0.25 | 9100 -> 9000 |
|
||||||
| Redis | | bitnami/redis:latest | 172.15.0.18 | 6379 -> 6379 |
|
| Redis | | bitnami/redis:latest | 172.15.0.18 | 6379 -> 6379 |
|
||||||
|
| C2d | | multiple components | 172.15.0.12,172.15.0.13 | 31000 -> 31000 |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -111,6 +112,7 @@ export AQUARIUS_VERSION=v2.0.0
|
|||||||
| `--force-pull` | Force pulling the latest revision of the used Docker images. |
|
| `--force-pull` | Force pulling the latest revision of the used Docker images. |
|
||||||
| `--purge` | Removes the Docker containers, volumes, artifact folder and networks used by the script. |
|
| `--purge` | Removes the Docker containers, volumes, artifact folder and networks used by the script. |
|
||||||
| `--exposeip` | Binds the components to that specific ip. Example: `./start_ocean.sh --exposeip 192.168.0.1` |
|
| `--exposeip` | Binds the components to that specific ip. Example: `./start_ocean.sh --exposeip 192.168.0.1` |
|
||||||
|
| `--with-c2d` | Runs a local C2D Cluster |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -214,7 +216,7 @@ See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concept
|
|||||||
openssl genrsa 2048 > registry.key
|
openssl genrsa 2048 > registry.key
|
||||||
openssl req -new -x509 -nodes -sha1 -days 3650 -key registry.key -out registry.crt -addext 'subjectAltName = IP:172.15.0.11'
|
openssl req -new -x509 -nodes -sha1 -days 3650 -key registry.key -out registry.crt -addext 'subjectAltName = IP:172.15.0.11'
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
Loading…
Reference in New Issue
Block a user