Community maintained Docker config for the knot server
95
fork

Configure Feed

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

more newcomer friendly compose #2

open opened by cosmichorror.dev targeting main

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!)

Labels

None yet.

Participants 1
AT URI
at://did:plc:zmzrlti5do46aw3y7jfdzjqs/sh.tangled.repo.pull/3mkljg26er422
+2 -5
Diff #0
+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

History

1 round 0 comments
sign up or login to add to the discussion
cosmichorror.dev submitted #0
patch application failed: error: patch failed: docker-compose.yml:1 error: docker-compose.yml: patch does not apply error: patch failed: readme.md:63 error: readme.md: patch does not apply
expand 0 comments