batch batch

This commit is contained in:
salvacybersec
2025-11-13 04:12:05 +03:00
parent bb416e1f37
commit 2dc0eb8b19
6 changed files with 104 additions and 44 deletions

View File

@@ -13,6 +13,11 @@ services:
environment:
- PYTHONUNBUFFERED=1
- FLASK_ENV=production
dns:
- 100.64.0.39 # Host DNS server
- 8.8.8.8 # Google DNS (fallback)
- 1.1.1.1 # Cloudflare DNS (fallback)
network_mode: bridge
restart: unless-stopped
# Web server modu (varsayılan)
command: python app.py