Add files via upload

This commit is contained in:
purr
2025-04-04 21:32:15 +09:00
committed by GitHub
parent 966e7691a3
commit ebc53bfece
24 changed files with 3466 additions and 0 deletions

10
scripts/start_server.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euxo pipefail
# Checking MySQL TCP connection
scripts/wait-for-it.sh --timeout=60 $DB_HOST:$DB_PORT
# Checking Redis connection
scripts/wait-for-it.sh --timeout=60 $REDIS_HOST:$REDIS_PORT
python main.py