Update docker-compose.yml
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Marco Realacci 2024-05-14 02:16:06 +02:00 committed by GitHub
parent d4d853809c
commit 9e3a605fa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}