Skip to content

Commit

Permalink
Set .env file to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniallugo committed Feb 18, 2021
1 parent d1cf2e0 commit d808c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:

dev-liquidity-token-watcher:
image: "matterlabs/dev-liquidity-token-watcher:latest"
env_file:
- ./etc/env/dev.env
volumes:
- ./etc/tokens/:/etc/tokens

Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
target: /var/lib/geth/data
dev-liquidity-token-watcher:
image: "matterlabs/dev-liquidity-token-watcher:latest"
env_file:
- ./etc/env/dev.env
ports:
- "9975:9975"
volumes:
Expand Down

0 comments on commit d808c74

Please sign in to comment.