Update docker-compose.yml

This commit is contained in:
NotII
2025-03-09 00:10:20 +00:00
parent d7ca646eba
commit 528d491549

View File

@@ -1,20 +1,6 @@
version: '3' version: '3'
services: 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 reverse proxy
traefik: traefik:
image: traefik:v2.9 image: traefik:v2.9