Add Gitea CI workflow
* use dedicated access token for pulling private repos Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
This commit was merged in pull request #2.
This commit is contained in:
+1
-4
@@ -1,5 +1,3 @@
|
||||
version: "3.2"
|
||||
|
||||
services:
|
||||
migrations:
|
||||
restart: on-failure
|
||||
@@ -16,12 +14,11 @@ services:
|
||||
ipld-eth-db:
|
||||
image: timescale/timescaledb:latest-pg14
|
||||
restart: always
|
||||
command: ["postgres", "-c", "log_statement=all"]
|
||||
environment:
|
||||
POSTGRES_USER: "vdbm"
|
||||
POSTGRES_DB: "cerc_testing"
|
||||
POSTGRES_PASSWORD: "password"
|
||||
ports:
|
||||
- "127.0.0.1:8077:5432"
|
||||
- 127.0.0.1:8077:5432
|
||||
volumes:
|
||||
- ../indexer/database/file:/file_indexer
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
github.com/cerc-io/ipld-eth-db v5.0.2-alpha
|
||||
Reference in New Issue
Block a user