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