services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage environment: HOMEPAGE_ALLOWED_HOSTS: 192.168.50.45:3001 PUID: 1000 PGID: 1000 ports: - "3001:3000" volumes: - ${APP_CONFIG}:/app/config - /var/run/docker.sock:/var/run/docker.sock:ro restart: unless-stopped