[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
6cacd2541c
commit
c65fb7a6fa
1 changed files with 11 additions and 1 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -18,6 +18,16 @@ services:
|
|||
volumes:
|
||||
- /app-config/caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||
|
||||
frps:
|
||||
image: snowdreamtech/frps
|
||||
container_name: frps
|
||||
restart: always
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /app-config/frp/frps.toml:/etc/frp/frps.toml
|
||||
networks:
|
||||
- proxy_network
|
||||
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue