name: homepage services: app: environment: DOCKER_TEMPLATE_CREATED: true image: ghcr.io/gethomepage/homepage:latest ports: - "3001:3000" restart: unless-stopped volumes: - ./config:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations