services: << service_name >>: image: ghcr.io/gethomepage/homepage:latest container_name: << service_name >> ports: - "<< port >>:3000" environment: - TZ=<< timezone >> - HOMEPAGE_ALLOWED_HOSTS=<< allowed_hosts >> volumes: - << appdata_dir >>/<< service_name >>/config:/app/config # Alleen-lezen socket voor de Docker-widget die containers toont - /var/run/docker.sock:/var/run/docker.sock:ro restart: unless-stopped