Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add secrets section to da-node
  • Loading branch information
Mahmood1717 authored Jan 19, 2024
1 parent 8cca952 commit 7b2d3d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ services:
da-node:
env_file:
- .env
secrets:
- ecdsa_key_password
- bls_key_password
container_name: ${MAIN_SERVICE_NAME}
image: ${MAIN_SERVICE_IMAGE}
ports:
Expand All @@ -36,6 +39,11 @@ services:
- "${NODE_LOG_PATH_HOST}:/app/logs:rw"
- "${NODE_DB_PATH_HOST}:/data/operator/db:rw"
restart: unless-stopped
secrets:
ecdsa_key_password:
external: true
bls_key_password:
external: true
networks:
eigenda:
name: ${NETWORK_NAME}

0 comments on commit 7b2d3d2

Please sign in to comment.