From 17008d5d51afe63ee5966c82e029c480e0d4d42c Mon Sep 17 00:00:00 2001 From: pixelthorn Date: Tue, 14 Jul 2026 13:49:20 -0500 Subject: [PATCH] Update rackinfo.yaml --- rackinfo.yaml | 56 +++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/rackinfo.yaml b/rackinfo.yaml index e384ad4..7a07ce0 100644 --- a/rackinfo.yaml +++ b/rackinfo.yaml @@ -26,34 +26,34 @@ services: ################## # Generate files from docker container meta-data # https://github.com/nginx-proxy/docker-gen - docker-gen: - image: nginxproxy/docker-gen:0.17.1 - container_name: docker-gen - restart: unless-stopped - user: "1001:1001" - volumes: - - "/srv/docker/server/rackpeek/docker-gen:/etc/docker-gen/templates" - environment: - - DOCKER_HOST=tcp://socket-proxy:2375 - # Filter containers to use. Multiple filters are comma separated - # https://docs.docker.com/engine/reference/commandline/ps/#filter - - DOCKER_CONTAINER_FILTERS=status=running - #- RUNS_ON=${RUNS_ON} #enables and specifies the name of the System the generated Services run on (runsOn in YAML) - #enables IP and port in the network section of a Service. The IP will always be HOST_IP (useful for ports published on the bridge network) - #IP and port will only be generated if the container binds to 0.0.0.0 (no IP specified) or specifically binds the ip from HOST_IP - - HOST_IP=192.168.0.131 - - RUNS_ON=ubuntu - command: [ - "docker-gen", - "/etc/docker-gen/templates/rackpeek.tmpl", - # uncomment below line to write to file - "/etc/docker-gen/templates/services.yaml" - ] - labels: - rackpeek.name: docker-gen - rackpeek.tags: server - networks: - - socket-net +# docker-gen: +# image: nginxproxy/docker-gen +# container_name: docker-gen +# restart: unless-stopped +# user: "1001:1001" +# volumes: +# - "/srv/docker/server/rackpeek/docker-gen:/etc/docker-gen/templates" +# environment: +# - DOCKER_HOST=tcp://socket-proxy:2375 +# # Filter containers to use. Multiple filters are comma separated +# # https://docs.docker.com/engine/reference/commandline/ps/#filter +# - DOCKER_CONTAINER_FILTERS=status=running +# #- RUNS_ON=${RUNS_ON} #enables and specifies the name of the System the generated Services run on (runsOn in YAML) +# #enables IP and port in the network section of a Service. The IP will always be HOST_IP (useful for ports published on the bridge network) +# #IP and port will only be generated if the container binds to 0.0.0.0 (no IP specified) or specifically binds the ip from HOST_IP +# - HOST_IP=192.168.0.131 +# - RUNS_ON=ubuntu +# command: [ +# "docker-gen", +# "/etc/docker-gen/templates/rackpeek.tmpl", +# # uncomment below line to write to file +# "/etc/docker-gen/templates/services.yaml" +# ] +# labels: +# rackpeek.name: docker-gen +# rackpeek.tags: server +# networks: +# - socket-net ################## # HOMELAB_HUB