No description
![]()
Some checks are pending
Build and Push Docker Image to GHCR / build-and-push (push) Waiting to run
|
||
---|---|---|
.devcontainer | ||
.github | ||
public | ||
templates | ||
tools | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
app.py | ||
config.example.py | ||
config.py | ||
Dockerfile | ||
README.md | ||
requirements.txt | ||
schema.py | ||
server.py |
太鼓ウェブ
この太鼓ウェブは改良版です
デバッグの開始
依存関係をインストールします
pip install -r requirements.txt
データベースを起動します
docker run --detach \
--name taiko-web-mongo-debug \
--volume taiko-web-mongo-debug:/data/db \
--publish 1001:27017 \
mongo
docker run --detach \
--name taiko-web-redis-debug \
--volume taiko-web-redis-debug:/data \
--publish 1002:6379 \
redis
サーバーを起動してください
TAIKO_WEB_MONGO_HOST=127.0.0.1:1001 TAIKO_WEB_REDIS_PORT=1002 flask run --host 0.0.0.0 --port 1000 --debug
デプロイ
今すぐデプロイ!