--- services: comprofix: container_name: comprofix image: git.comprofix.com/mmckinnon/comprofix.com:latest restart: unless-stopped networks: - proxy labels: - traefik.enable=true - traefik.http.routers.comprofix.rule=Host(`comprofix.com`) || Host(`www.comprofix.com`) - traefik.http.routers.comprofix.entrypoints=https - traefik.http.routers.comprofix.tls=true - traefik.http.services.comprofix.loadbalancer.server.port=80 networks: proxy: external: true