Skip to content

Commit 3aec6f7

Browse files
committed
fix: change address space so no overlap with nf
1 parent 23ccad5 commit 3aec6f7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎test/ping-pong/docker-compose.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
source: mongodb
1212
target: /app/mongodb
1313
networks:
14-
- nightfall_network
14+
- pong_network
1515
ports:
1616
- 27017:27017
1717
- 8080:80
@@ -41,12 +41,12 @@ services:
4141
- '15674:15674'
4242
- '5672:5672'
4343
networks:
44-
- nightfall_network
44+
- pong_network
4545

4646
optimist:
4747
image: ghcr.io/eyblockchain/nightfall3-optimist:latest
4848
networks:
49-
- nightfall_network
49+
- pong_network
5050
ports:
5151
- 8081:80
5252
# websocket port for Optimist is on localhost:8082
@@ -75,7 +75,7 @@ services:
7575
source: build
7676
target: /app/build/
7777
networks:
78-
- nightfall_network
78+
- pong_network
7979
environment:
8080
LOG_LEVEL: debug
8181
# ETH_NETWORK sets the network selected by Truffle from truffle-config.js
@@ -90,10 +90,10 @@ services:
9090
image: ghcr.io/eyblockchain/nightfall3-worker
9191
volumes:
9292
- type: volume
93-
source: ./proving_files
93+
source: proving_files
9494
target: /app/output/
9595
networks:
96-
- nightfall_network
96+
- pong_network
9797
environment:
9898
LOG_LEVEL: info
9999

@@ -103,7 +103,7 @@ services:
103103
# dockerfile: proposer.Dockerfile
104104
# context: ../../
105105
networks:
106-
- nightfall_network
106+
- pong_network
107107
# volumes:
108108
# - type: bind
109109
# source: ../../common-files
@@ -126,7 +126,7 @@ services:
126126
# dockerfile: user-local.Dockerfile
127127
# context: ../../
128128
networks:
129-
- nightfall_network
129+
- pong_network
130130
# volumes:
131131
# - type: bind
132132
# source: ../../common-files
@@ -149,10 +149,10 @@ volumes:
149149
build:
150150

151151
networks:
152-
nightfall_network:
152+
pong_network:
153153
driver: bridge
154154
ipam:
155155
driver: default
156156
config:
157-
- subnet: 172.16.238.0/24
158-
gateway: 172.16.238.1
157+
- subnet: 172.16.239.0/24
158+
gateway: 172.16.239.1

0 commit comments

Comments
 (0)