matrix-construct / construct

This is The Construct
Other
366 stars 43 forks source link

Start non-interactively using Docker #190

Closed TheOneWithTheBraid closed 1 year ago

TheOneWithTheBraid commented 1 year ago

I am looking for a way to start Construct in a non-interactive way using the docker image.

The goal is to deploy a minimal Construct in FluffyChat's CI in order to test any basic feature against any existing Matrix homeserver implementation. As of now, we did not reach at deploying Construct without any user interaction in the CI resulting in only having integration tests against Conduit, Dendrite and Synapse.

Instructions for non-interactive startup would be helpful

jevolk commented 1 year ago

This is near the top of the short-list. It may be possible to use -execute arguments to run the interactive commands right now, but proper conf-items/env-vars are really in order here.

188

jevolk commented 1 year ago

See: https://github.com/matrix-construct/construct/wiki/SETUP#non-interactive