Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user