Add DockerMan labels to Unraid compose
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 05:22:31 +02:00
parent 6010d876bf
commit 14a9d7db02
5 changed files with 19 additions and 0 deletions
+4
View File
@@ -5,6 +5,10 @@ services:
dockerfile: deploy/unraid/Dockerfile.all-in-one
image: geointel-all-in-one:latest
container_name: geointel
labels:
net.unraid.docker.managed: dockerman
net.unraid.docker.webui: "http://[IP]:[PORT:80]/"
net.unraid.docker.icon: "/boot/config/plugins/dockerMan/images/geointel-icon.png"
environment:
GEOINTEL_POSTGRES_DB: ${GEOINTEL_POSTGRES_DB:-geointel}
GEOINTEL_POSTGRES_USER: ${GEOINTEL_POSTGRES_USER:-geointel}