Add DockerMan labels to Unraid compose
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user