plus compose
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
services:
|
||||
metaproxy:
|
||||
build: .
|
||||
ports:
|
||||
- "8182:8182"
|
||||
volumes:
|
||||
- ./data:/opt/app/data
|
||||
environment:
|
||||
- FLASK_ENV=development
|
||||
restart: unless-stopped
|
||||
4
env.example
Normal file
4
env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
EXCLUDED_COUNTRIES=["RU", "CN"]
|
||||
PREFERRED_PROTOCOLS=["https", "http", "rsync"]
|
||||
PREFERRED_TYPES=["https", "http"]
|
||||
MIN_PREFERENCE=50
|
||||
Reference in New Issue
Block a user