Files
homepage/compose.yaml
T
2026-07-06 20:47:52 +02:00

19 lines
475 B
YAML

services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
restart: unless-stopped
container_name: homepage
ports:
- 3000:3000
volumes:
- config:/app/config
- icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
environment:
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS} # nostromo.lan:3000,phantom1.lan:3000,homepage.lan
volumes:
config:
icons: