Clean push: Removed heavy files & added only latest snapshot

This commit is contained in:
2025-07-26 05:16:12 +05:30
commit acf84e8767
250 changed files with 58564 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
version: "3.8"
services:
qt_app:
build:
context: .
dockerfile: Dockerfile
image: qt-app-x11:latest
environment:
- DISPLAY=:99
volumes:
- ./logs:/app/logs
ports:
- "8501:8501"
command: ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
healthcheck:
test: ["CMD-SHELL", "ps aux | grep -q run_app.py"]
interval: 30s
timeout: 10s
retries: 3
deploy:
resources:
limits:
memory: 2g