Merge branch 'main' of github.com:Xahau/Validation-Ledger-Tx-Store

This commit is contained in:
Wietse Wind
2023-10-15 00:28:57 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ possibly scattered across instances like this instance using the
To run this service & nginx in two separate preconfigured containers, simply run:
```bash
TELEMETRY=YES URL_PREFIX=https://xpop.my-site.com docker-compose up --build
PORT=80 SSLPORT=443 TELEMETRY=YES URL_PREFIX=https://localhost docker-compose up --build
```
Run with `-d` flag to run 'detached', in the background.

5
conf/ssl/README.md Normal file
View File

@@ -0,0 +1,5 @@
# WARNING
The certificates in this folder are **SELF SIGNED SAMPLES** just so NGINX will boot.
You will have to **REPLACE THESE FILES** with your own valid certificates.