I was able to run docker-compose up -d by setting as- DOMAIN_NAME and SL_HOST=
scalelite.org.xyzbut while running ./init-letsencrypt.sh I am getting this error-
Existing data found for . Continue and replace existing certificate? (y/N) y
### Creating dummy certificate for ...
Creating scalelite-run_certbot_run ... done
Generating a RSA private key
................+++++
.....................................................+++++
writing new private key to '/etc/letsencrypt/live//privkey.pem'
-----
### Starting scalelite-proxy ...
Recreating certbot ... done
Recreating postgres ... done
Recreating redis ... done
Recreating scalelite-api ... done
Recreating scalelite-recordings ... done
Recreating scalelite-proxy ... done
### Deleting dummy certificate for ...
Creating scalelite-run_certbot_run ... done
### Requesting Let's Encrypt certificate for ...
Creating scalelite-run_certbot_run ... done
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): scalelite.video.wiki
Requesting a certificate for scalelite.video.wiki
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Challenges loaded. Press continue to submit to CA.
Pass "-v" for more info about challenges.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Press Enter to Continue
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain:
scalelite.org.xyz Type: connection
Detail: 108.143.some_ip: Fetching
http://scalelite.org.xyz/.well-known/acme-challenge/Ki2Gw6Abr0UO9cihx8puuyu_js3goYyCSvllc7zhDis: Connection refused
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
Some challenges have failed.
Ask for help or search for solutions at
https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
ERROR: 1
### Reloading scalelite-proxy...
OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown