conf: update to latest spec

This commit is contained in:
2024-10-31 10:46:03 +03:00
parent 2793d92343
commit ac508f4830
3 changed files with 5 additions and 9 deletions

View File

@@ -16,8 +16,8 @@ services:
interval: 10s
timeout: 5s
retries: 5
celo-indexer:
image: celo-indexer:latest
eth-indexer:
image: ghcr.io/grassrootseconomics/eth-indexer:latest
restart: unless-stopped
depends_on:
postgres:

View File

@@ -1 +1 @@
CREATE DATABASE ge_celo_data;
CREATE DATABASE chain_data;