Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
# The `-l` flag will use mounted code.

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
SERVICES='geth_l2 l1_chain batch_submitter deployer message_relayer data_transport_layer'
DOCKERFILE="docker-compose.yml"
# run all of the services except for the integration_tests
SERVICES=$(docker-compose config --services \
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to include the other docker-compose files with the -f flag before its ready to merge

| grep -v integration_tests \
| tr '\n' ' ')

while (( "$#" )); do
case "$1" in
Expand Down