From a6694d3a4b39c8c54e42739c158df6b9346b1499 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sun, 12 Oct 2025 20:48:11 +1000 Subject: [PATCH] chore: remove comprofix.com --- docker.yml | 6 +----- tasks/comprofix.com.yml | 13 ------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 tasks/comprofix.com.yml diff --git a/docker.yml b/docker.yml index 41b8695..f63f3d5 100644 --- a/docker.yml +++ b/docker.yml @@ -27,11 +27,7 @@ tasks: - name: Deploy traefik website import_tasks: tasks/traefik.yml - - - name: Deploy comprofix.com website - import_tasks: tasks/comprofix.com.yml - tags: comprofix_install - + - name: Deploy iDrac Fan Controller import_tasks: tasks/idrac.yml tags: idrac_install diff --git a/tasks/comprofix.com.yml b/tasks/comprofix.com.yml deleted file mode 100644 index 7c70353..0000000 --- a/tasks/comprofix.com.yml +++ /dev/null @@ -1,13 +0,0 @@ -- name: Create the comprofix.com container - docker_container: - name: comprofix.com - image: git.comprofix.com/mmckinnon/comprofix.com:latest - restart_policy: unless-stopped - networks: - - name: proxy - labels: - traefik.enable: "true" - traefik.http.routers.comprofix.rule: "Host(`comprofix.com`)" - traefik.http.routers.comprofix.entrypoints: "https" - traefik.http.routers.comprofix.tls: "true" - traefik.http.services.comprofix.loadbalancer.server.port: "80" \ No newline at end of file