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

View File

@@ -82,7 +82,7 @@ services:
bot:
build: .
container_name: telegram_bot
command: sh -c "./wait-for-it.sh postgres_db:5432 -- python smartsoltech/manage.py start_telegram_bot"
command: /docker-entrypoint-bot.sh
restart: unless-stopped
volumes:
- .:/app