Community maintained Docker config for the knot server
92
fork

Configure Feed

Select the types of activity you want to include in your feed.

more newcomer friendly compose

yay, an up-to-date prebuilt image!

this changes the provided compose file to be more in-line with what a user would likely expect (as opposed to having to clone the full repo to build the image locally). the instructions about how to build the image with a compose file in the readme are still valid in-case people still want to go that route

(thanks oyster.cafe!)

authored by

cosmichorror.dev and committed by
Tangled
1d00aff5 dc75815e

+2 -5
+1 -5
docker-compose.yml
··· 1 1 services: 2 2 knot: 3 - build: 4 - context: . 5 - args: 6 - UID: 1000 7 - GID: 1000 3 + image: atcr.io/tangled.org/knot:latest 8 4 environment: 9 5 KNOT_SERVER_HOSTNAME: ${KNOT_SERVER_HOSTNAME} 10 6 KNOT_SERVER_OWNER: ${KNOT_SERVER_OWNER}
+1
readme.md
··· 63 63 and run the following: 64 64 65 65 ```sh 66 + mkdir keys repositories server 66 67 export KNOT_SERVER_HOSTNAME=example.com 67 68 export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere 68 69 export KNOT_SERVER_PORT=443