Commit 656eda80 authored by Will Cory's avatar Will Cory

feat(indexer): Run the migrations in the docker-compose file

parent 1d5a9820
...@@ -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