plus compose

This commit is contained in:
ra_ma
2025-06-20 18:40:01 +01:00
parent c7a96e29c1
commit 5da6f7e95c
2 changed files with 15 additions and 0 deletions

11
docker-compose.yml Normal file
View 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
View File

@@ -0,0 +1,4 @@
EXCLUDED_COUNTRIES=["RU", "CN"]
PREFERRED_PROTOCOLS=["https", "http", "rsync"]
PREFERRED_TYPES=["https", "http"]
MIN_PREFERENCE=50