add more compose files

This commit is contained in:
2025-06-17 08:23:42 -04:00
parent 466f5b848f
commit 4129edeffd
30 changed files with 459 additions and 49 deletions
+4 -4
View File
@@ -4,12 +4,12 @@ services:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
PUID: ${UID}
PGID: ${GID}
HOMEPAGE_ALLOWED_HOSTS: portal.homelab.lan:3000
- PUID
- PGID
- HOMEPAGE_ALLOWED_HOSTS=portal.homelab.lan:3000
ports:
- 3000:3000
volumes:
- ./config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
restart: unless-stopped