Unable to link domain

Hi, I'm doing everything as in the guide but I can't get the domain to bind.
providers:
docker:
exposedByDefault: false
file:
directory: /etc/dokploy/traefik/dynamic
watch: true
entryPoints:
web:
address: ':80'
websecure:
address: ':443'
http:
tls:
certResolver: letsencrypt
api:
insecure: true
certificatesResolvers:
letsencrypt:
acme:
email: MY_EMAIL
storage: /etc/dokploy/traefik/dynamic/acme.json
httpChallenge:
entryPoint: web
providers:
docker:
exposedByDefault: false
file:
directory: /etc/dokploy/traefik/dynamic
watch: true
entryPoints:
web:
address: ':80'
websecure:
address: ':443'
http:
tls:
certResolver: letsencrypt
api:
insecure: true
certificatesResolvers:
letsencrypt:
acme:
email: MY_EMAIL
storage: /etc/dokploy/traefik/dynamic/acme.json
httpChallenge:
entryPoint: web
No description
No description
No description
14 Replies
riktikdev
riktikdevOP11mo ago
http:
routers:
dokploy-router-app:
rule: Host(`panel.animi.ovh`)
service: dokploy-service-app
entryPoints:
- web
- websecure
tls:
certResolver: letsencrypt
services:
dokploy-service-app:
loadBalancer:
servers:
- url: http://dokploy:3000
passHostHeader: true
http:
routers:
dokploy-router-app:
rule: Host(`panel.animi.ovh`)
service: dokploy-service-app
entryPoints:
- web
- websecure
tls:
certResolver: letsencrypt
services:
dokploy-service-app:
loadBalancer:
servers:
- url: http://dokploy:3000
passHostHeader: true
riktikdev
riktikdevOP11mo ago
No description
jekyll
jekyll11mo ago
what is your domain provider ? did you try to remove letsencrypt, put it to none and reload your server
riktikdev
riktikdevOP11mo ago
Namecheap + Cloudflare
jekyll
jekyll11mo ago
so did you try to remove letsencrypt and reload the server N
Siumauricio
Siumauricio11mo ago
try to remove the certificate and select none and in the https switch disable and save it
riktikdev
riktikdevOP11mo ago
Like this?
No description
jekyll
jekyll11mo ago
yes
riktikdev
riktikdevOP11mo ago
and this? Or reload my VPS?
No description
Siumauricio
Siumauricio11mo ago
no, reload traefik
riktikdev
riktikdevOP11mo ago
a ok
riktikdev
riktikdevOP11mo ago
Okay, traefik rebooted, let's go it a try.
No description
Siumauricio
Siumauricio11mo ago
try to access to the domain did you point the A record in your dns provider? looks like is working now https://panel.animi.ovh/
riktikdev
riktikdevOP11mo ago
yes it's work thanks

Did you find this page helpful?