Last active
May 27, 2019 19:17
-
-
Save chevdor/493a38e0216ce7a9559837c99e048802 to your computer and use it in GitHub Desktop.
Revisions
-
chevdor revised this gist
May 27, 2019 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ = Usage Copy/paste that in your terminal wget https://gist.github.com/chevdor/493a38e0216ce7a9559837c99e048802/raw/806a04c742f8b71f0929fe62e226b7aca817230a/docker-compose.yml -O /tmp/telemetry.yml && docker-compose -f /tmp/telemetry.yml up --force-recreate -
chevdor revised this gist
May 27, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ wget https://gist.github.com/chevdor/493a38e0216ce7a9559837c99e048802/raw/806a04c742f8b71f0929fe62e226b7aca817230a/docker-compose.yml -O /tmp/telemetry.yml && docker-compose -f /tmp/telemetry.yml up --force-recreate -
chevdor revised this gist
May 27, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ wget https://gist.github.com/chevdor/.../raw/.../docker-compose.yml -O /tmp/telemetry.yml && docker-compose -f /tmp/telemetry.yml up --force-recreate -
chevdor created this gist
May 27, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ tdb This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ version: "3" services: telemetry-frontend: image: chevdor/polkadot-telemetry volumes: - /app/node_modules - ./packages:/app/packages command: yarn start:frontend ports: - 3000:3000 telemetry-backend: image: chevdor/polkadot-telemetry command: yarn start:backend environment: - TELEMETRY_SERVER=1024 - FEED_SERVER=8080 ports: - 8080:8080 - 1024:1024