Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- '3306:3306'
environment:
MYSQL_ROOT_PASSWORD: root
volumes:
- mysqldata:/var/lib/mysql

memcached:
image: 'memcached:alpine'
Expand Down Expand Up @@ -49,3 +51,6 @@ services:
MYSQL_USER: root
MYSQL_PASSWORD: root
MYSQL_ROOT_PASSWORD: root

volumes:
mysqldata:
5 changes: 5 additions & 0 deletions www/application/views/templates/index/news.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@
<span class="news__showmore" onclick="codex.showMoreNews.init( this );">Show more news</span>
<? endif; ?>
</ul>

<a class="follow-telegram__button deeplinker" href="//t.me/codex_team" data-app-link="tg://resolve?domain=codex_team">
<? include(DOCROOT . "public/app/img/icon_telegram_white.svg") ?>
Follow @codex_team
</a>
<? endif; ?>
</section>