bryanchriswhite / pocketdex

Pocketdex is an indexer for the Shannon implementation of the pocket network protocol.
MIT License
0 stars 1 forks source link

Add PGAdmin & SubQuery Node Hot-Reload #1

Closed jorgecuesta closed 3 months ago

jorgecuesta commented 3 months ago

This pull request introduces significant improvements to the local development environment and security practices:

Enhanced Local Development:

Strengthened Security:

Additional Improvements:

These changes streamline the development workflow, improve project security, and lay the groundwork for further enhancements.

jorgecuesta commented 3 months ago

Btw here are few reasons to use docker compose instead of docker-compose:

jorgecuesta commented 3 months ago

@bryanchriswhite Based on our talks I pushed a major change to this PR, please if you have time give it a try before approving.

bryanchriswhite commented 3 months ago

I'm having trouble building the composition. I get the same error whether I use yarn run docker:build or yarn run docker:build:no-cache:

image

jorgecuesta commented 3 months ago

I'm having trouble building the composition. I get the same error whether I use yarn run docker:build or yarn run docker:build:no-cache:

image

base on the logs, look like you forget to create the .env copy from the .env.sample, btw, the old .env & .env.develop are not needed anymore