Skip to content

Commit

Permalink
Merge pull request #314 from metaplex-foundation/feat/mtg-924
Browse files Browse the repository at this point in the history
Drop core-indexing container
  • Loading branch information
n00m4d authored Jan 15, 2025
2 parents f7652ac + a96eec8 commit 9758c18
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,24 +144,6 @@ services:
options:
max-size: "2048m"

core-indexing:
container_name: core-indexing
restart: always
entrypoint: sh -c "if [ -z '$$MALLOC_CONF' ]; then exec ./core_indexing; else exec ./profiling_core_indexing; fi"
env_file:
- .env
network_mode: host
volumes:
- ${PROFILING_FILE_PATH}:${PROFILING_FILE_PATH_CONTAINER}:rw
- ./heaps:/usr/src/app/heaps:rw
stop_grace_period: 5m
build:
context: .
dockerfile: ingester.Dockerfile
logging:
options:
max-size: "2048m"

db:
container_name: db
image: 'postgres:14'
Expand Down

0 comments on commit 9758c18

Please sign in to comment.