Skip to content

Commit

Permalink
fix: change address space so no overlap with nf
Browse files Browse the repository at this point in the history
  • Loading branch information
Westlad committed Dec 6, 2021
1 parent 23ccad5 commit 3aec6f7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions test/ping-pong/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
source: mongodb
target: /app/mongodb
networks:
- nightfall_network
- pong_network
ports:
- 27017:27017
- 8080:80
Expand Down Expand Up @@ -41,12 +41,12 @@ services:
- '15674:15674'
- '5672:5672'
networks:
- nightfall_network
- pong_network

optimist:
image: ghcr.io/eyblockchain/nightfall3-optimist:latest
networks:
- nightfall_network
- pong_network
ports:
- 8081:80
# websocket port for Optimist is on localhost:8082
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
source: build
target: /app/build/
networks:
- nightfall_network
- pong_network
environment:
LOG_LEVEL: debug
# ETH_NETWORK sets the network selected by Truffle from truffle-config.js
Expand All @@ -90,10 +90,10 @@ services:
image: ghcr.io/eyblockchain/nightfall3-worker
volumes:
- type: volume
source: ./proving_files
source: proving_files
target: /app/output/
networks:
- nightfall_network
- pong_network
environment:
LOG_LEVEL: info

Expand All @@ -103,7 +103,7 @@ services:
# dockerfile: proposer.Dockerfile
# context: ../../
networks:
- nightfall_network
- pong_network
# volumes:
# - type: bind
# source: ../../common-files
Expand All @@ -126,7 +126,7 @@ services:
# dockerfile: user-local.Dockerfile
# context: ../../
networks:
- nightfall_network
- pong_network
# volumes:
# - type: bind
# source: ../../common-files
Expand All @@ -149,10 +149,10 @@ volumes:
build:

networks:
nightfall_network:
pong_network:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.16.238.0/24
gateway: 172.16.238.1
- subnet: 172.16.239.0/24
gateway: 172.16.239.1

0 comments on commit 3aec6f7

Please sign in to comment.