Skip to content

Commit

Permalink
local dep fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamidev committed Apr 10, 2024
1 parent 7b46468 commit 2282cd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion desci-server/scripts/be-node-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apt-get install bash

# Exit on error
set -e
./desci-server/scripts/wait-for-it.sh $PG_HOST:5433 --timeout=5 --strict -- echo "postgres up and running"
./desci-server/scripts/wait-for-it.sh $PG_HOST:5432 --timeout=5 --strict -- echo "postgres up and running"

# npm run migration:run
# npm run seed:run
Expand Down
9 changes: 0 additions & 9 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ services:
volumes:
- ./local-data/yarn_cache:/root/.yarn
# mem_limit: 2g #uncomment to test large data with limited memory
networks:
- default
- isolated

block_explorer_dev:
image: sinaiman/expedition-dev:latest
Expand Down Expand Up @@ -211,8 +208,6 @@ services:
ports:
- "9777:9777" # debugger
# - "7771:7771" # Uncomment if you want to test the media server from the host machine
networks:
- isolated

# desci_nodes_backend_test:
# container_name: 'be_test_boilerplate'
Expand All @@ -229,7 +224,3 @@ services:
# volumes:
# - .:/app/
# - /app/node_modules

networks:
isolated:
driver: bridge

0 comments on commit 2282cd3

Please sign in to comment.