# Docker Compose configuration list # (https://docs.docker.com/compose/reference/envvars) #COMPOSE_FILE=docker-compose.yml:docker-compose.override.yml # Mitigator version #VERSION=latest # CPU architecture: # - nehalem (for SSE4.2), # - haswell (for AVX2 and newer). ARCH=haswell # Maximum supported number of policies, up to 60000 DATA_PLANE_NR_POLICIES=1000 DATA_PLANE_NR_POLICIES_IPV6=100 # Instance name in cluster (REQUIRED) MITIGATOR_OWN_NAME=Instance0 # Host IP address or domain (REQUIRED) MITIGATOR_HOST_ADDRESS=192.0.2.1 # Local PostgreSQL failover configuration: # Instance index #MITIGATOR_OWN_INDEX=0 # Instance VPN addresses #SERVER1=10.8.3.1 #SERVER2=10.8.3.2 # IP address of common storage in VPN #MITIGATOR_STORAGE_HOST=10.8.3.2 # Instance IP address in VPN #MITIGATOR_VPN_ADDRESS=10.8.3.1 # VPN connectivity port on host #MITIGATOR_VPN_PORT=4567 # Time zone TZ=Europe/Moscow # API token. Be sure to change the token! # Generate with: openssl rand -hex 20 TOKEN=9d947a396b2553b4171a06dd54434238b3409e1a