Skip to content

Commit

Permalink
rm contracts replacement in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Sep 25, 2023
1 parent 8aa0722 commit 95f6a0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ services:
container_name: neutron-node
volumes:
- data:/opt/neutron/data
- ../contracts/:/opt/neutron/contracts
ports:
- 1317:1317
- 26657:26657
- 26656:26656
- 8090:9090
environment:
- CONTRACTS_BINARIES_DIR=/opt/neutron/contracts
- THIRD_PARTY_CONTRACTS_DIR=/opt/neutron/contracts_thirdparty
- RUN_BACKGROUND=0
networks:
- neutron-testing
Expand Down

0 comments on commit 95f6a0e

Please sign in to comment.