This commit is contained in:
2026-01-12 22:51:23 +01:00
parent a65fd3bb40
commit 34b8876d70
13 changed files with 158 additions and 0 deletions

20
homepage/compose.yml Normal file
View File

@@ -0,0 +1,20 @@
# Service Name: Homepage
# Description : Homepage for LAN
# Homepage : https://gethomepage.dev/
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
ports:
- 3010:3000
restart: unless-stopped
volumes:
- /home/rcadmin/docker/homepage/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
environment:
HOMEPAGE_ALLOWED_HOSTS: www.home.ramberg.net,homepage.home.ramberg.net,docker-01.home.ramberg.net:3010,192.168.50.201:3010 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
deploy:
placement:
constraints:
- node.role == manager