version: "3" services: reverse-proxy: # The official v3 Traefik docker image image: traefik:v3.1 ports: # The HTTP port - "80:80" # The Web UI (Don't use this in production!) - "8080:8080" volumes: # So that Traefik can listen to the Docker events - /var/run/docker.sock:/var/run/docker.sock