From 77fa8c94188df433ad37784614c93b16cd0a0e67 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Sun, 14 Aug 2022 21:38:16 -0600 Subject: [PATCH] Add comments on db component --- compose/docker-compose-db.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose/docker-compose-db.yml b/compose/docker-compose-db.yml index 582ef1f1..d164297b 100644 --- a/compose/docker-compose-db.yml +++ b/compose/docker-compose-db.yml @@ -1,3 +1,6 @@ +# TODO: figure out if this is needed -- it doesn't seem to make sense in the context of the +# current version of vulcanize/ipld-eth-db/Dockerfile, which is only the migrations code, not the DB itself +# The sibling component docker-compose-db-sharding.yml looks more plausible version: "3.2" services: ipld-eth-db: