Dockerize application using docker-compose with PostgreSQL

This commit is contained in:
2026-01-24 13:31:47 +01:00
parent 01ae4a09ff
commit 52b5b301ef
4 changed files with 74 additions and 1 deletions

View File

@@ -138,4 +138,4 @@ def render_inventory_page():
]
ui.table(columns=columns, rows=rows, row_key='name')
ui.run(title="Suite de Producción de Ballet", port=8080)
ui.run(title="Suite de Producción de Ballet", port=8080, host='0.0.0.0')