Commit b1b8b5f4 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6858 from...

Merge pull request #6858 from ethereum-optimism/08-17-feat_indexer_Run_the_migrations_in_the_docker-compose_file

feat(indexer): Run the migrations in the docker-compose file
parents 4570f8cb 200a2557
...@@ -15,6 +15,7 @@ services: ...@@ -15,6 +15,7 @@ services:
- "5434:5432" - "5434:5432"
volumes: volumes:
- postgres_data:/data/postgres - postgres_data:/data/postgres
- ./migrations:/docker-entrypoint-initdb.d/
indexer: indexer:
build: build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment