mirror of
https://github.com/notherealmarco/SLAACsense.git
synced 2025-03-13 13:25:22 +01:00
Update docker-compose.yml
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
d4d853809c
commit
9e3a605fa0
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
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}
|
||||
|
|
Loading…
Reference in a new issue