homepage/docker-compose.yaml
bdizen d9cf10651b
All checks were successful
Deploy Homepage / deploy (push) Successful in 3s
Add self icons and add bookmarks
2024-11-26 14:34:17 +02:00

10 lines
390 B
YAML

services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3000:3000
volumes:
- ./config:/app/config # Make sure your local config directory exists
- ./assets/icons:/app/public/icons # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations