init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
code-server:
|
||||
image: thetorproject/snowflake-proxy:latest
|
||||
container_name: ${TOR}
|
||||
extends:
|
||||
file: ${SDK}/compose.yaml
|
||||
service: service
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./tor.env
|
||||
network_mode: host
|
||||
networks:
|
||||
- ${TOR}
|
||||
Reference in New Issue
Block a user