Homepage
version: '3.3'
services:
homepage:
image: ghcr.io/benphelps/homepage:latest
container_name: homepage
ports:
- 5005:3000
volumes:
- /srv/path/to/config:/app/config
- /srv/path1:/data # for widget resources
- /srv/path2:/backup # for widget resources
# - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
restart: unless-stopped