From d852628d4c976d1ab5bbbf3ea2fd494e3a7e75eb Mon Sep 17 00:00:00 2001 From: komodo Date: Sun, 27 Apr 2025 14:04:33 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index f717f35..2a582f1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -32,7 +32,7 @@ services: - /app-config/crowdsec/crowdsec-config:/etc/crowdsec/ networks: - proxy_network - + vaultwarden: image: vaultwarden/server:latest container_name: vaultwarden @@ -59,4 +59,13 @@ services: run --server.http.listen-addr=0.0.0.0:12345 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy - restart: unless-stopped \ No newline at end of file + 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 \ No newline at end of file