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:
+9
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user