Добавлена структура для torapi-proxy на удаленном хосте
This commit is contained in:
parent
d1ca22a9e7
commit
04c9f48b68
2 changed files with 39 additions and 0 deletions
14
torapi-proxy/docker-compose.yml
Normal file
14
torapi-proxy/docker-compose.yml
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue