Skip to content
This repository was archived by the owner on Nov 11, 2021. It is now read-only.
This repository was archived by the owner on Nov 11, 2021. It is now read-only.

Add network creation when installing dappnode #97

@pablomendezroyo

Description

@pablomendezroyo

Due to dappnode/DNP_DAPPMANAGER#655 , consider create the dappnode network dncore_network during installation.

This network creation during installation would simplify docker networking and allow using in compose.yml files external: true and name:dncore_network:

version: "3.9"
services:
  random:
    image: chentex/random-logger
    networks:
      - network99

networks:
  network99:
    name: dncore_network
    external: true

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions