feat: добавлена современная страница деталей услуги с портфолио и отзывами

This commit is contained in:
2025-11-24 09:05:48 +09:00
parent faa02b79c0
commit ee3a1bf846
20 changed files with 1260 additions and 53 deletions

11
docker-entrypoint-bot.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
echo "Waiting for PostgreSQL..."
while ! nc -z postgres_db 5432; do
sleep 1
done
echo "PostgreSQL is ready!"
echo "Starting Telegram bot..."
exec python smartsoltech/manage.py start_telegram_bot