chore: remove comprofix.com
All checks were successful
Deploy / Prepare Build (push) Successful in 4m21s

This commit is contained in:
2025-10-12 20:48:11 +10:00
parent 9612c9c6b9
commit a6694d3a4b
2 changed files with 1 additions and 18 deletions

View File

@@ -28,10 +28,6 @@
- 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

View File

@@ -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"