Initial commit

This commit is contained in:
David Frassi
2026-06-17 01:26:44 +02:00
commit 51c56a6f30
65 changed files with 3731 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
web:
container_name: redazione_web
build: .
volumes:
- .:/app
ports:
- "8501:8501"
env_file:
- .env
command: streamlit run src/app.py --server.port=8501 --server.address=0.0.0.0
scheduler:
container_name: redazione_scheduler
build: .
volumes:
- .:/app
- ./videogenerati_test:/app/videogenerati
env_file:
- .env
command: python src/scheduler_service.py