Make frontend nginx conf suitable for k8s or local deployment (no need for 'old' deployment bits)

This commit is contained in:
James Wilson
2021-08-14 11:57:52 +01:00
parent 8793d0fd5b
commit 53f7769146
7 changed files with 12 additions and 112 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ If you'd like to get things runing manually using Docker, you can do the followi
```
docker run --rm -it --network=telemetry \
--name frontend \
-p 3000:80 \
-p 3000:8000 \
-e SUBSTRATE_TELEMETRY_URL=ws://localhost:8000/feed \
substrate-telemetry-frontend
```