Update docker-compose.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user