We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91211b9 commit ccca8b9Copy full SHA for ccca8b9
.env
@@ -1,4 +1,10 @@
1
+# add only those variables which are used in docker-compose or Dockerfile
2
+# These are the default ENV VARS for docker
3
+
4
+# If you add multiple env files in docker-compose,
5
+# default variables will be override
6
7
PORT=5000
8
TAG=latest
-API_URL=https://hn.algolia.com/
-HOST_URL=http://localhost:5000
9
+DOCKER_USERNAME=connectashishk
10
+DOCKER_IMAGE_NAME=ssr-build-stream
.env~HEAD
0 commit comments