No description
- Python 78.2%
- HTML 16.9%
- JavaScript 2.9%
- CSS 1.7%
- Dockerfile 0.3%
|
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 | ||
| pipelines.py | ||
| README.md | ||
| requirements.txt | ||
| serve.py | ||
| tjaf.py | ||
| tjagen.py | ||
tjaf
太鼓ウェブのデータを管理します
デバッグの開始
依存関係をインストールします
pip install -r requirements.txt
データベースを起動します
docker run --detach \
--name tjaf-redis-debug \
--volume tjaf-redis-debug:/data \
--publish 6380:6379 \
redis
サーバーを起動します
SONGS_DIR=~/taiko-web/public/songs REDIS_URI=redis://127.0.0.1:6380/ fastapi dev --host 0.0.0.0
デプロイ
今すぐデプロイ!