моисей
Results
2
comments of
моисей
I'm running into the same issue and had to run the `./init-ssl.sh localhost` and then had to change the routing in the default.conf: ``` ssl_certificate /usr/share/keys/live/localhost/fullchain.pem; ssl_certificate_key /usr/share/keys/live/localhost/privkey.pem; ``` There...
> Easiest local LRS to add locally, then link your other services by adding `- lrs` under their `depends_on` > > ``` > lrs: > environment: > - LRSQL_API_KEY_DEFAULT=basic_secret >...