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

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