Skip to content

Commit

Permalink
Polish compose
Browse files Browse the repository at this point in the history
  • Loading branch information
altafan committed Aug 1, 2023
1 parent 141f5ec commit 95f55f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
ports:
- "18000:18000"
volumes:
- ../volumes/oceand/data:/home/ocean/.ocean-wallet
- ../volumes/oceand/data:/home/ocean/.oceand
- ../volumes/oceand/cli:/home/ocean/.ocean-cli
tdexd:
container_name: tdexd
Expand All @@ -27,7 +27,6 @@ services:
depends_on:
- oceand
environment:
- TDEX_NETWORK=regtest
- TDEX_WALLET_ADDR=oceand:18000
- TDEX_LOG_LEVEL=5
- TDEX_FEE_ACCOUNT_BALANCE_THRESHOLD=1000
Expand Down

0 comments on commit 95f55f2

Please sign in to comment.