feat: news/events pages, pagination, cookie banner, MONT→MONT rename, logo update, admin improvements, API endpoints, dynamic links by domain

This commit is contained in:
2026-06-01 17:44:25 +03:00
parent 7c0c2ea14a
commit b1fde8344e
117 changed files with 3993 additions and 70 deletions
+9 -1
View File
@@ -6,8 +6,16 @@ services:
SECRET_KEY: ${SECRET_KEY:-change-me-please}
WEB_CONCURRENCY: ${WEB_CONCURRENCY:-4}
GUNICORN_THREADS: ${GUNICORN_THREADS:-5}
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN:-}
TELEGRAM_CHAT_ID: ${TELEGRAM_CHAT_ID:-}
NEWS_API_TOKEN: ${NEWS_API_TOKEN:-}
TZ: ${TZ:-Europe/Moscow}
volumes:
- ./matrix.db:/app/matrix.db
- ./static/news_images:/app/static/news_images
- ./static/events_images:/app/static/events_images
- ./static/css:/app/static/css
- ./templates:/app/templates
restart: unless-stopped
nginx:
@@ -16,7 +24,7 @@ services:
depends_on:
- app
ports:
- "5000:80"
- "5002:80"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
restart: unless-stopped