mirror of
https://github.com/notherealmarco/SLAACsense.git
synced 2025-03-13 13:25:22 +01:00
16 lines
475 B
YAML
16 lines
475 B
YAML
version: '3.6'
|
|
services:
|
|
slaacsense:
|
|
build: .
|
|
container_name: slaacsense
|
|
restart: unless-stopped
|
|
environment:
|
|
- OPNSENSE_URL=${OPNSENSE_URL}
|
|
- OPNSENSE_API_KEY=${OPNSENSE_API_KEY}
|
|
- OPNSENSE_API_SECRET=${OPNSENSE_API_SECRET}
|
|
- TECHNITIUM_URL=${TECHNITIUM_URL}
|
|
- TECHNITIUM_TOKEN=${TECHNITIUM_TOKEN}
|
|
- DNS_ZONE_SUBNETS=${DNS_ZONE_SUBNETS}
|
|
- DO_V4=${DO_V4}
|
|
- VERIFY_HTTPS=${VERIFY_HTTPS}
|
|
- CLOCK=${CLOCK}
|