No description
- Python 48.9%
- JavaScript 25.6%
- HTML 18.3%
- CSS 6.7%
- Dockerfile 0.5%
|
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 | ||
| filters.py | ||
| ip.py | ||
| limit.py | ||
| README.md | ||
| requirements.txt | ||
| serve.py | ||
| user_agent.txt | ||
LiteY
軽量な掲示板です
デバッグの開始
依存関係をインストールします
pip install -r requirements.txt
データベースを起動します
docker run --detach \
--name litey-mongo-debug \
--volume litey-mongo-debug:/data/db \
--publish 27017:27017 \
mongo
docker run --detach \
--name litey-redis-debug \
--volume litey-redis-debug:/data \
--publish 6379:6379 \
redis
サーバーを起動します
fastapi dev --host 0.0.0.0
デプロイ
今すぐデプロイ!