We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf92ae commit 6917db9Copy full SHA for 6917db9
docker-compose.yml
@@ -14,10 +14,3 @@ services:
14
entrypoint: /bin/bash
15
stdin_open: true
16
tty: true
17
- environment:
18
- # NB: default values (they're blank here) — if you don't use the ${VAR:-default} syntax, Docker will be blaming about env vars not set..
19
- - API_KEY="${API_KEY:-}"
20
- - SECRET="${SECRET:-}"
21
- - WALLET_ADDRESS="${WALLET_ADDRESS:-}"
22
- - PRIVATE_KEY="${PRIVATE_KEY:-}"
23
-
0 commit comments