[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
13
compose.yaml
13
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
|
||||
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