Gate update
This commit is contained in:
@@ -13,23 +13,38 @@
|
|||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
background-color: #141029;
|
|
||||||
background-image: url(<?=$home_background?>);
|
background-image: url(<?=$home_background?>);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
|
||||||
}
|
}
|
||||||
.page_label {
|
.page_label {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
color: white;
|
color: white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
#footer {
|
||||||
|
bottom: 0%;
|
||||||
|
position: fixed;
|
||||||
|
height: 50px;
|
||||||
|
background-color: #1d1e1e;
|
||||||
|
color: white;
|
||||||
|
.page_label {
|
||||||
|
font-size: 40px;
|
||||||
|
color: white;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="page_label">
|
|
||||||
<?php echo ENV_ID ?>
|
<div class="footer" id="footer">
|
||||||
</div>
|
<div class="page_label">
|
||||||
|
<?php echo ENV_ID ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
api-mermsemr:
|
float-gate:
|
||||||
image: registry.myfit.ai/merms/api-mermsemr:latest
|
# image: registry.myfit.ai/merms/api-mermsemr:latest
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/apache/Dockerfile
|
dockerfile: docker/apache/Dockerfile
|
||||||
@@ -16,6 +16,6 @@ services:
|
|||||||
- ./:/var/www/html
|
- ./:/var/www/html
|
||||||
- ./apache_log:/var/log/apache2
|
- ./apache_log:/var/log/apache2
|
||||||
ports:
|
ports:
|
||||||
- 8085:80
|
- 5509:80
|
||||||
volumes:
|
volumes:
|
||||||
src:
|
src:
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 613 KiB After Width: | Height: | Size: 1.0 MiB |
Reference in New Issue
Block a user