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