Update homepage.yaml

This commit is contained in:
2026-06-30 22:49:26 -05:00
parent 305ea8f637
commit 525f272775
+4 -5
View File
@@ -14,15 +14,14 @@ services:
TZ: America/Chicago TZ: America/Chicago
PUID: 1001 PUID: 1001
PGID: 1001 PGID: 1001
HOMEPAGE_ALLOWED_HOSTS: ${ALLOWED_HOSTS} #required HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_URL},${HOMEPAGE_IP} #required
labels: labels:
- dockhand.url=http://homepage.zazlab.freeddns.org/ - dockhand.url=${HOMEPAGE_URL}
- rackpeek.tags=utilities
networks: networks:
- proxy-net # reverse proxy network - proxy-net # reverse proxy network
- socket-net # docker socket network - also need to configure in docker.yaml - socket-net # docker socket network - also need to configure in docker.yaml
labels:
- dockhand.url=http://192.168.0.131:3003
- rackpeek.tags=utilities
networks: networks:
proxy-net: proxy-net:
external: true external: true