-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bcf 3281 ability to deploy node using docker compose (#13721)
* feat(docker): upgrade to new docker compose version * fix(docker): update name to avoid duplicate with core node * feat(docker): remove unused env vars * feat(docker): enable dev mode with rebuild + cleanup * feat(docker): cleanup and update README * doc(docker): update README * doc(docker): update README missing punctuation
- Loading branch information
Showing
17 changed files
with
117 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,4 @@ | ||
# All of these variables can be overridden by | ||
# setting the same variable within your shell | ||
|
||
# Chainlink env vars | ||
# Postgres env vars | ||
CHAINLINK_PGUSER=chainlink-dev | ||
CHAINLINK_DB_NAME=node_dev | ||
CL_DEV=true | ||
CHAINLINK_PGPASSWORD=thispasswordislongenough | ||
|
||
# Explorer env vars | ||
EXPLORER_DB_NAME=explorer_dev | ||
EXPLORER_DB_PORT=5432 | ||
EXPLORER_PGPASSWORD=explorer | ||
EXPLORER_SERVER_PORT=3001 | ||
EXPLORER_COOKIE_SECRET=testingtestingtestingtestingtesting | ||
|
||
# Ingester | ||
INGESTER_DB_HOST=chainlink-explorer-db | ||
INGESTER_DB_USERNAME=postgres | ||
|
||
# Integration test env vars | ||
SRCROOT=/chainlink | ||
|
||
ECHO_SERVER_PORT=6690 | ||
ECHO_SERVER_URL=http://echo-server:6690/count | ||
|
||
CHAINLINK_PORT=6688 | ||
CHAINLINK_URL=http://node:6688 | ||
CLIENT_NODE_URL=http://node:6688 | ||
|
||
CYPRESS_EXPLORER_URL=http://explorer:3001 | ||
CYPRESS_JOB_SERVER_HOST=cypress-job-server | ||
CYPRESS_JOB_SERVER_PORT=6692 | ||
|
||
EXTERNAL_ADAPTER_PORT=6644 | ||
EXTERNAL_ADAPTER_URL=http://external-adapter:6644 | ||
|
||
NODE_1_CONTAINER=chainlink-node | ||
NODE_2_CONTAINER=chainlink-node-2 | ||
CLIENT_NODE_2_URL=http://node-2:6688 | ||
EXTERNAL_ADAPTER_2_URL=http://external-adapter-2:6644 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.