Community maintained Docker config for the knot server

Merge prebuilt container description

+8 -4
+8 -4
readme.md
··· 12 for tags starting at `v1.4.0-alpha` if you prefer. 13 14 ``` 15 - docker pull hqnna/knot:v1.4.0-alpha 16 ``` 17 18 Note that these are *not* official images, you use them at your own risk. ··· 45 46 ## Setting Up The Image 47 48 - The simplest way to set up your own knot is to use the provided compose file 49 - and run the following: 50 - 51 ```sh 52 export KNOT_SERVER_HOSTNAME=example.com 53 export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere 54 export KNOT_SERVER_PORT=443 55 docker compose up -d 56 ``` 57 58 This will setup everything for you including a reverse proxy.
··· 12 for tags starting at `v1.4.0-alpha` if you prefer. 13 14 ``` 15 + docker pull tngl/knot:latest 16 ``` 17 18 Note that these are *not* official images, you use them at your own risk. ··· 45 46 ## Setting Up The Image 47 48 + The simplest way is to add the following to an `.env` file: 49 ```sh 50 export KNOT_SERVER_HOSTNAME=example.com 51 export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere 52 export KNOT_SERVER_PORT=443 53 + ``` 54 + 55 + Then use the provided compose file and run the following: 56 + ``` 57 docker compose up -d 58 ``` 59 + 60 + If it does not run you, might have to manually `chown` the `server/` directory. 61 62 This will setup everything for you including a reverse proxy.