Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

one-click-tangle broken #85

@IoTAdri

Description

@IoTAdri

Bug description

when using private-tangle.sh lots of error-msgs occur:
WARN[0000] network tangle: network.external.name is deprecated. Please set network.name with external: true

AND

Waiting coordinator bootstrap to stop gracefully...
Error response from daemon: No such container: 2385239fcb05553225d6e5238fb94b540dc23b88ea1adabeac7ef83ef36296f1

nodes are not deployed

Docker and docker-compose version

Docker version 23.0.1, build a5ee5b1
Docker Compose version v2.16.0
Portainer 2.17.1

Hardware specification

VPS on Ubuntu 22.04

Steps To reproduce the bug

Explain how the maintainer can reproduce the bug.

  1. just run the one-click-install

Expected behaviour

private tangle with 4 containers should be deployed

Actual behaviour

nodes are not deployed in docker and when I edit docker-compose.yaml and correct the first bug with:

networks:
  tangle:
    name: private-tangle
    external: true

it seems to go wrong in bootstrapCoordinator ()
like the coo.bootstrap.container is not deployed or something
it generates an error and the other nodes (node, spammer, etc.) are not deployed.

Errors

Waiting coordinator bootstrap to stop gracefully...
Error response from daemon: No such container: 2385239fcb05553225d6e5238fb94b540dc23b88ea1adabeac7ef83ef36296f1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions