conduwuit/complement
strawberry ee2f1c3084 the great persy, sled, and heed purge (and bump MSRV to 1.74.1)
these database backends are either unmaintained, broken in conduit, or
incredibly niche for something like conduwuit.

also i want to bump the MSRV.

Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-01-14 20:55:56 -05:00
..
Dockerfile the great persy, sled, and heed purge (and bump MSRV to 1.74.1) 2024-01-14 20:55:56 -05:00
README.md add little readme 2023-01-26 18:28:33 +01:00
caddy.json Complement improvements 2022-10-17 18:41:45 +02:00

README.md

Running Conduit on Complement

This assumes that you're familiar with complement, if not, please readme their readme.

Complement works with "base images", this directory (and Dockerfile) helps build the conduit complement-ready docker image.

To build, cd to the base directory of the workspace, and run this:

docker build -t complement-conduit:dev -f complement/Dockerfile .

Then use complement-conduit:dev as a base image for running complement tests.