Gate update

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-02 19:50:43 -04:00
parent f50f7019b1
commit 65331780f6
3 changed files with 23 additions and 8 deletions
+20 -5
View File
@@ -13,23 +13,38 @@
html,
body {
text-rendering: optimizeLegibility;
background-color: #141029;
background-image: url(<?=$home_background?>);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.page_label {
font-size: 40px;
color: white;
position: absolute;
}
#footer {
bottom: 0%;
position: fixed;
height: 50px;
background-color: #1d1e1e;
color: white;
.page_label {
font-size: 40px;
color: white;
position: absolute;
}
}
</style>
</head>
<body>
<div class="page_label">
<?php echo ENV_ID ?>
</div>
<div class="footer" id="footer">
<div class="page_label">
<?php echo ENV_ID ?>
</div>
</div>
</body>
</html>
+3 -3
View File
@@ -1,7 +1,7 @@
version: '3'
services:
api-mermsemr:
image: registry.myfit.ai/merms/api-mermsemr:latest
float-gate:
# image: registry.myfit.ai/merms/api-mermsemr:latest
build:
context: .
dockerfile: docker/apache/Dockerfile
@@ -16,6 +16,6 @@ services:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 8085:80
- 5509:80
volumes:
src:
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB