2023-12-07 00:31:47 +01:00
|
|
|
version: '3.6'
|
|
|
|
services:
|
|
|
|
slaacsense:
|
2024-05-14 02:16:06 +02:00
|
|
|
image: ghcr.io/notherealmarco/slaacsense:latest
|
2023-12-07 00:31:47 +01:00
|
|
|
build: .
|
|
|
|
container_name: slaacsense
|
|
|
|
restart: unless-stopped
|
2024-05-14 02:16:06 +02:00
|
|
|
pull_policy: always
|
2023-12-07 00:31:47 +01:00
|
|
|
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}
|