mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 07:59:49 -04:00
Making the booking form better.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user