diff --git a/compose.yaml b/compose.yaml index f29059e..56b06ea 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,17 @@ services: - 8888 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