Add env to frontend image of docker-compose (since it doesnt proxy internally now)

This commit is contained in:
James Wilson
2021-08-14 12:15:49 +01:00
parent 53f7769146
commit 65eac5c3e8
+2
View File
@@ -5,6 +5,8 @@ services:
build:
dockerfile: Dockerfile
context: ./frontend/
environment:
SUBSTRATE_TELEMETRY_URL: ws://localhost:8000/feed
ports:
- 3000:8000
expose: