test: add integration test for sharing

This commit is contained in:
Felix Spöttel
2023-06-29 14:59:43 +02:00
parent f01ea48f57
commit 05ebc17215
9 changed files with 236 additions and 219 deletions

View File

@@ -12,7 +12,7 @@ services:
- "--entrypoints.web.address=:80"
web:
command: bash -c "alembic upgrade head && uvicorn app.web.main:app --reload --host ${HOST:-0.0.0.0} --port ${PORT:-8000} --log-level info"
command: bash -c "alembic upgrade head && uvicorn app.web:app --reload --host ${HOST:-0.0.0.0} --port ${PORT:-8000} --log-level info"
volumes:
- ./:/etc/whisperbox-transcribe/
labels: