[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
7b3ef02d64
commit
d852628d4c
1 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue