Making the booking form better.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-09-06 13:08:06 -04:00
parent 8469662ce6
commit ad91868f81
7 changed files with 217 additions and 73 deletions

View File

@@ -20,13 +20,9 @@ services:
- "${BACKEND_PORT}:${BACKEND_PORT}"
command:
[
"uvicorn",
"backend.main:app",
"--host",
"0.0.0.0",
"--port",
"${BACKEND_PORT}",
"--reload",
"sh",
"-c",
"alembic upgrade head && uvicorn backend.main:app --host 0.0.0.0 --port ${BACKEND_PORT} --reload",
]
restart: always