Internal Server Error After Running docker-compose up

Hello There,
I had installed Docker on DigitalOcean Ubuntu Droplet and installed frappe-bench using GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps but even after waiting for more than a day my site was not come up.

My env-production file is
LETSENCRYPT_EMAIL=someuser@somesite.com
ERPNEXT_VERSION=edge
FRAPPE_VERSION=edge
MARIADB_HOST=mariadb
MYSQL_ROOT_PASSWORD=some@123
SITE_NAME=206.189.130.253
SITES=206.189.130.253
DB_ROOT_USER=root
ADMIN_PASSWORD=somepass@123
INSTALL_APPS=erpnext
ENTRYPOINT_LABEL=traefik.http.routers.erpnext-nginx.entrypoints=websecure
CERT_RESOLVER_LABEL=traefik.http.routers.erpnext-nginx.tls.certresolver=myresolver
HTTPS_REDIRECT_RULE_LABEL=traefik.http.routers.http-catchall.rule=hostregexp({host:.+})
HTTPS_REDIRECT_ENTRYPOINT_LABEL=traefik.http.routers.http-catchall.entrypoints=web
HTTPS_REDIRECT_MIDDLEWARE_LABEL=traefik.http.routers.http-catchall.middlewares=redirect-to-https
HTTPS_USE_REDIRECT_MIDDLEWARE_LABEL=traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https

I am not able to see the logs directory in /tmp folder and also there is no logs directory in frappe-bench.
Please help in case you know whats wrong… Any help would be appreciated.

Thanks