added docker compose

This commit is contained in:
emmymayo
2025-02-10 03:04:50 +01:00
parent d07588beed
commit 463a238503
15 changed files with 262 additions and 267 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
<div class="wrapper">
<nav id="sidebar">
<div class="sidebar-header">
Team Followup
Manaknight Project
</div>
<ul class="list-unstyled components">
<li><a href="/admin/license" <?php echo ($data['page_title'] == 'License') ? 'class="active"' : ''; ?>> License </a></li>
+1 -1
View File
@@ -152,7 +152,7 @@
<div class="wrapper">
<nav id="sidebar">
<div class="sidebar-header">
Team Followup
Manaknight Project
</div>
<ul class="list-unstyled components">
<li><a href="/client/project" <?php echo ($data['page_title'] == 'Project') ? 'class="active"' : '';