Skip to content
Snippets Groups Projects
Commit acdc0d3a authored by Éloïs's avatar Éloïs
Browse files

chore: rename folder compose-examples -> compose

parent 142d4763
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ Then open `https://polkadot.js.org/apps/?rpc=ws%3A%2F%2F127.0.0.1%3A9944` in a b
This repository contains a docker-compose file at the root of the repository, it is configured to
be able to launch a development node on the ğdev currency (single-node currency).
Other docker-compose files are suggested in the `docker/compose-examples` folder:
Other docker-compose files are suggested in the `docker/compose` folder:
- `gtest-local2.docker-compose.yml`: Configured to launch 2 validators on ğdem currency.
......
......@@ -64,7 +64,7 @@ echo "VALIDATOR_NODE_KEY=$VALIDATOR_NODE_KEY"
# generate docker-compose file
echo "generate docker-compose file…"
cp docker/compose-examples/live-template.docker-compose.yml $WORK_DIR/docker-compose.yml
cp docker/compose/live-template.docker-compose.yml $WORK_DIR/docker-compose.yml
sed -i -e "s/DUNITER_IMAGE_TAG/$DUNITER_IMAGE_TAG/g" $WORK_DIR/docker-compose.yml
sed -i -e "s/CURRENCY/$CURRENCY/g" $WORK_DIR/docker-compose.yml
sed -i -e "s/RPC_NODE_KEY/$RPC_NODE_KEY/g" $WORK_DIR/docker-compose.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment