[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-04-27 14:04:33 +00:00
parent 7b3ef02d64
commit d852628d4c

View file

@ -60,3 +60,12 @@ services:
--storage.path=/var/lib/alloy/data --storage.path=/var/lib/alloy/data
/etc/alloy/config.alloy /etc/alloy/config.alloy
restart: unless-stopped restart: unless-stopped
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
volumes:
- /app-config/homepage:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
networks:
- proxy_network