mirror of
https://github.com/alexgo-io/gaze-indexer.git
synced 2026-05-01 05:01:59 +08:00
feat: update docker version
This commit is contained in:
@@ -51,8 +51,6 @@ Here is our minimum database disk space requirement for each module.
|
|||||||
| ------ | -------------------------- | ---------------------------- |
|
| ------ | -------------------------- | ---------------------------- |
|
||||||
| Runes | 10 GB | 150 GB |
|
| Runes | 10 GB | 150 GB |
|
||||||
|
|
||||||
Here is our minimum database disk space requirement for each module.
|
|
||||||
|
|
||||||
#### 4. Prepare `config.yaml` file.
|
#### 4. Prepare `config.yaml` file.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@@ -108,7 +106,7 @@ We will be using `docker-compose` for our installation guide. Make sure the `doc
|
|||||||
# docker-compose.yaml
|
# docker-compose.yaml
|
||||||
services:
|
services:
|
||||||
gaze-indexer:
|
gaze-indexer:
|
||||||
image: ghcr.io/gaze-network/gaze-indexer:v1.0.0
|
image: ghcr.io/gaze-network/gaze-indexer:v0.2.1
|
||||||
container_name: gaze-indexer
|
container_name: gaze-indexer
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user