Добавлена структура для torapi-proxy на удаленном хосте

This commit is contained in:
vrubel 2026-01-02 17:41:43 +03:00
parent d1ca22a9e7
commit 04c9f48b68
2 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,14 @@
services:
torapi-search:
image: lifailon/torapi:latest
container_name: torapi-search-proxy
environment:
- USERNAME=
- PASSWORD=
ports:
- "0.0.0.0:8443:8443"
restart: unless-stopped
dns:
- 8.8.8.8
- 8.8.4.4