Skip to content

Commit

Permalink
Add compose file for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla committed Jan 10, 2024
1 parent 6bd6170 commit b2fb9ab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions node/compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: "3.9"

services:
node-1:
build: .
networks:
node_net:
ipv4_address: 172.12.0.10
node-2:
build: .
networks:
node_net:
ipv4_address: 172.12.0.11

networks:
node_net:
name: node_net
ipam:
config:
- subnet: "172.12.0.0/24"
gateway: "172.12.0.1"

0 comments on commit b2fb9ab

Please sign in to comment.