From 528d491549c7fe1ee3b82f450d87887588788381 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Sun, 9 Mar 2025 00:10:20 +0000 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6d6af26..2f81d76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,20 +1,6 @@ version: '3' services: - # AEZA (WAF) Service - aeza: - image: aeza/waf:latest - container_name: aeza-waf - ports: - - "80:80" # Expose AEZA on port 80 - - "443:443" # Expose AEZA on port 443 - labels: - - "traefik.enable=false" # Disable Traefik routing directly to AEZA - environment: - - WAF_ENABLE=true - - WAF_API_URL=https://internal-api.inboxi.ng/api # Update with your WAF config - restart: unless-stopped - # Traefik reverse proxy traefik: image: traefik:v2.9