lasthourcloud/templates/compose/homepage.yaml

15 lines
538 B
YAML
Raw Normal View History

2024-06-09 21:39:36 +00:00
# documentation: https://gethomepage.dev/latest/
# slogan: A modern, fully static, fast, secure fully proxied, highly customizable application dashboard
# tags: dashboard, homepage
# logo: svgs/homepage.png
# port: 3000
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 0.0.0.0:3000:3000
volumes:
- /path/to/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations