Skip to content

Commit c3c85dd

Browse files
committed
refined
1 parent 9c00067 commit c3c85dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
# target: runner
88
dockerfile: Dockerfile
99
args:
10-
DOCKERFILE_ELASTIC_URL: ${DOCKERFILE_ELASTIC_URL}
10+
DOCKERFILE_ELASTIC_URL: ${NEXT_ELASTIC_URL}
1111

1212
container_name: web
1313
restart: always

example.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
BASE_URL=http://localhost:3000
2-
NEXT_ELASTIC_URL=http://localhost:9200
2+
NEXT_ELASTIC_URL=https://elasticdb_url

example.secure.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BASE_URL=http://localhost:3000
2-
NEXT_ELASTIC_URL='https://localhost:9200'
2+
NEXT_ELASTIC_URL=https://elasticdb_url
33
NEXT_ELASTIC_CA_64_KEY='64 bit encode ca key'
44
NEXT_ELASTIC_USERNAME='elastic'
55
NEXT_ELASTIC_PASSWORD='password'

0 commit comments

Comments
 (0)