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 9c00067 commit c3c85ddCopy full SHA for c3c85dd
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
# target: runner
8
dockerfile: Dockerfile
9
args:
10
- DOCKERFILE_ELASTIC_URL: ${DOCKERFILE_ELASTIC_URL}
+ DOCKERFILE_ELASTIC_URL: ${NEXT_ELASTIC_URL}
11
12
container_name: web
13
restart: always
example.env
@@ -1,2 +1,2 @@
1
BASE_URL=http://localhost:3000
2
-NEXT_ELASTIC_URL=http://localhost:9200
+NEXT_ELASTIC_URL=https://elasticdb_url
example.secure.env
@@ -1,5 +1,5 @@
-NEXT_ELASTIC_URL='https://localhost:9200'
3
NEXT_ELASTIC_CA_64_KEY='64 bit encode ca key'
4
NEXT_ELASTIC_USERNAME='elastic'
5
NEXT_ELASTIC_PASSWORD='password'
0 commit comments