No description
|
Some checks failed
Build and Push Docker Image to GHCR / build-and-push (push) Has been cancelled
|
||
|---|---|---|
| .devcontainer | ||
| .github/workflows | ||
| static | ||
| templates | ||
| .dockerignore | ||
| .gitignore | ||
| app.py | ||
| cache.py | ||
| cors.py | ||
| Dockerfile | ||
| limit.py | ||
| README.md | ||
| requirements.txt | ||
| serve.py | ||
| tjaf.py | ||
tjaf
太鼓ウェブのデータを管理します
デバッグの開始
依存関係をインストールします
pip install -r requirements.txt
データベースを起動します
docker run --detach \
--name tjaf-redis-debug \
--volume tjaf-redis-debug:/data \
--publish 4001:6379 \
redis
サーバーを起動します
SONGS_DIR=~/taiko-web/public/songs MONGO_URI=mongodb://127.0.0.1:1001/ REDIS_URI=redis://127.0.0.1:4001/ fastapi dev --host 0.0.0.0 --port 4000
デプロイ
今すぐデプロイ!