DokployD
Dokploy•12mo ago•
4 replies
Motysten

Domains not working with Docker Stack

Hi,
I am trying to deploy Dokploy on Scaleway with 3 Instances DEV1-M (4Go each). My cluster is set up and I can see my nodes on the panel. Everything seems to be working fine BUT Docker Stacks. If I use Docker Compose I have no problem but when I try to deploy an app with Docker Stack, Traefik won't create the LB rule.

Here is the generated Compose file with Traefik labels :
services:
  web:
    image: traefik/whoami
    labels:
      - traefik.enable=true
      - traefik.http.routers.backendtest-whoami-stack-xwj8ep-22-web.rule=Host(`backendtest-whoami-stack-xwj8ep-c5c661-51-15-139-105.traefik.me`)
      - traefik.http.routers.backendtest-whoami-stack-xwj8ep-22-web.entrypoints=web
      - traefik.http.services.backendtest-whoami-stack-xwj8ep-22-web.loadbalancer.server.port=80
      - traefik.http.routers.backendtest-whoami-stack-xwj8ep-22-web.service=backendtest-whoami-stack-xwj8ep-22-web
    networks:
      - dokploy-network
networks:
  dokploy-network:
    external: true


Dokploy version : 0.17.9

Thanks for the help 🙂
image.png
Was this page helpful?