Skip to content

front and teas do not register to a2 #70

@imartinezortiz

Description

@imartinezortiz

There is an issue in the docker-compose that avoids front to register into a2.

front:
  environment:
    - A2_PORT=tcp://a2:3000
...
teas:
  environment:
    - A2_PORT=tcp://a2:3000

to

front:
  environment:
    - A2_PORT=http://a2:3000
...
teas:
  environment:
    - A2_PORT=http://a2:3000

Also makes sense too to verify and modify the rest of URL to use the proper protocol.

Metadata

Metadata

Assignees

No one assigned

    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