Add restart to graph-node container
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 31s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m43s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m34s
Smoke Test / Run basic test suite (pull_request) Successful in 4m2s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m43s
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 31s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m43s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m34s
Smoke Test / Run basic test suite (pull_request) Successful in 4m2s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m43s
This commit is contained in:
parent
e0fecb4c35
commit
1ac559169a
@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
graph-node:
|
graph-node:
|
||||||
|
restart: unless-stopped
|
||||||
image: cerc/graph-node:local
|
image: cerc/graph-node:local
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
@ -40,6 +41,7 @@ services:
|
|||||||
retries: 10
|
retries: 10
|
||||||
start_period: 3s
|
start_period: 3s
|
||||||
ipfs:
|
ipfs:
|
||||||
|
restart: unless-stopped
|
||||||
image: ipfs/kubo:master-2023-02-20-714a968
|
image: ipfs/kubo:master-2023-02-20-714a968
|
||||||
volumes:
|
volumes:
|
||||||
- ipfs-import:/import
|
- ipfs-import:/import
|
||||||
@ -49,6 +51,7 @@ services:
|
|||||||
- "4001"
|
- "4001"
|
||||||
- "5001"
|
- "5001"
|
||||||
db:
|
db:
|
||||||
|
restart: unless-stopped
|
||||||
image: postgres:14-alpine
|
image: postgres:14-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/postgresql/data
|
- db-data:/var/lib/postgresql/data
|
||||||
|
Loading…
Reference in New Issue
Block a user