mirror of
https://github.com/notherealmarco/SLAACsense.git
synced 2025-03-13 05:19:10 +01:00
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
18 lines
551 B
YAML
18 lines
551 B
YAML
version: '3.6'
|
|
services:
|
|
slaacsense:
|
|
image: ghcr.io/notherealmarco/slaacsense:latest
|
|
build: .
|
|
container_name: slaacsense
|
|
restart: unless-stopped
|
|
pull_policy: always
|
|
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}
|