Client build scripts fixes and server stub with local devzone.
All checks were successful
Linting and tests / Linting (push) Successful in 6s
All checks were successful
Linting and tests / Linting (push) Successful in 6s
This commit is contained in:
18
server/localdevzone/common/network.yaml
Normal file
18
server/localdevzone/common/network.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
services:
|
||||
dummy:
|
||||
image: busybox
|
||||
container_name: bunkerd-dummy
|
||||
hostname: dummy
|
||||
networks:
|
||||
bunkerd:
|
||||
ipv4_address: 247.247.0.254
|
||||
|
||||
networks:
|
||||
bunkerd:
|
||||
driver: bridge
|
||||
name: "bunkerd"
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 247.247.0.0/24
|
||||
gateway: 247.247.0.1
|
Reference in New Issue
Block a user