meyayl / docker-matrix-bootstrap

7 stars 2 forks source link

Generate doesn’t generate signing key #3

Open Pompiedom opened 2 years ago

Pompiedom commented 2 years ago

Hi one-eyed king! Thanks for your awesome bootstrap! Most usable project I’ve encountered so far.

The problem I encounter is as follows; Configs are made, dockers are being created (and started via the run command) the problem is with the synapse part. The generate command doesn’t create the signing keys and I can’t find out why as the generate command is a native synapse command underneath right? So the synapse image keeps rebooting with the error it can’t find the signing key.

This is my compose export:

version: '2.4'

services:

synapse: image: matrixdotorg/synapse:latest restart: unless-stopped healthcheck: test: [CMD, curl, -fSs, http://localhost:8008/health] interval: 1m timeout: 10s retries: 3 networks: private: {} ports:

networks: private: {}