Skip to content

Unable to get it working #168

@jhjacobs81

Description

@jhjacobs81

Hello,

I have created a docker-compose.yml file like so:

services:
  matrix-whook:
    image: nim65s/matrix-webhook:latest
    container_name: matrix-whook
    environment:
      - MATRIX_URL="HOMESERVER"
      - MATRIX_ID="bot:HOMESERVER"
      - MATRIX_PW="PASSWORD"
      - API_KEY="SECRET"
    ports:
      - 4785:4785
    restart: always
    networks:
      - matrix-lan

networks:
    default:
        driver: bridge
    matrix-lan:
        external: true

This seems to spin up normally, but after that nothing happens. I can see its running when i do docker ps. But i cant invite the bot to any rooms, and when i try to use the curl command as per documentation, it just hangs.. nothing happens?

I am unsure what i am doing wrong here? matrix-lan is the network the matrix server is also on, MATRIX_URL is the fqdn of the server which works normally. the account for the bot is created as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions