Skip to content

Commit 6ba5a2b

Browse files
committed
Init stgfirexyz as nginx
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent bb6c51e commit 6ba5a2b

File tree

3 files changed

+330
-4
lines changed

3 files changed

+330
-4
lines changed

traefik_stack6/stack-webapp.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,21 +184,23 @@ services:
184184
- traefik.frontend.redirect.entryPoint=https
185185
- traefik.frontend.redirect.permanent=true
186186

187-
stgfirefirepresslink:
187+
stgfirexyz:
188188
<<: *default-opts
189-
image: containous/whoami:v1.5.0
189+
image: nginx:1.19-alpine
190190
networks:
191191
- ntw_front
192+
volumes:
193+
- /root/docker-stack-this/traefik_stack6/www/devcerisesite:/usr/share/nginx/html
192194
deploy:
193195
mode: replicated
194-
replicas: 2
196+
replicas: 1
195197
restart_policy:
196198
condition: on-failure
197199
max_attempts: 10
198200
resources:
199201
limits:
200202
cpus: '0.20'
201-
memory: 8M
203+
memory: 16M
202204
reservations:
203205
cpus: '0.05'
204206
memory: 4M
Lines changed: 323 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,323 @@
1+
<!DOCTYPE html
2+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
4+
xmlns:o="urn:schemas-microsoft-com:office:office">
5+
6+
<head>
7+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<meta name="format-detection" content="telephone=no">
10+
<meta name="x-apple-disable-message-reformatting">
11+
<meta name="viewport" content="width=device-width,initial-scale=1">
12+
<title></title>
13+
<style type="text/css">
14+
@media screen {
15+
@font-face {
16+
font-family: 'Fira Sans';
17+
font-style: normal;
18+
font-weight: 400;
19+
src: local('Fira Sans Regular'), local('FiraSans-Regular'), url(https://fonts.gstatic.com/s/firasans/v8/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2) format('woff2');
20+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
21+
}
22+
23+
@font-face {
24+
font-family: 'Fira Sans';
25+
font-style: normal;
26+
font-weight: 400;
27+
src: local('Fira Sans Regular'), local('FiraSans-Regular'), url(https://fonts.gstatic.com/s/firasans/v8/va9E4kDNxMZdWfMOD5Vvk4jLazX3dGTP.woff2) format('woff2');
28+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
29+
}
30+
31+
@font-face {
32+
font-family: 'Fira Sans';
33+
font-style: normal;
34+
font-weight: 500;
35+
src: local('Fira Sans Medium'), local('FiraSans-Medium'), url(https://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnZKveRhf6Xl7Glw.woff2) format('woff2');
36+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
37+
}
38+
39+
@font-face {
40+
font-family: 'Fira Sans';
41+
font-style: normal;
42+
font-weight: 500;
43+
src: local('Fira Sans Medium'), local('FiraSans-Medium'), url(https://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnZKveQhf6Xl7Gl3LX.woff2) format('woff2');
44+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
45+
}
46+
47+
@font-face {
48+
font-family: 'Fira Sans';
49+
font-style: normal;
50+
font-weight: 700;
51+
src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(https://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnLK3eRhf6Xl7Glw.woff2) format('woff2');
52+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
53+
}
54+
55+
@font-face {
56+
font-family: 'Fira Sans';
57+
font-style: normal;
58+
font-weight: 700;
59+
src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(https://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnLK3eQhf6Xl7Gl3LX.woff2) format('woff2');
60+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
61+
}
62+
63+
@font-face {
64+
font-family: 'Fira Sans';
65+
font-style: normal;
66+
font-weight: 800;
67+
src: local('Fira Sans ExtraBold'), local('FiraSans-ExtraBold'), url(https://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnMK7eRhf6Xl7Glw.woff2) format('woff2');
68+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
69+
}
70+
71+
@font-face {
72+
font-family: 'Fira Sans';
73+
font-style: normal;
74+
font-weight: 800;
75+
src: local('Fira Sans ExtraBold'), local('FiraSans-ExtraBold'), url(https://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnMK7eQhf6Xl7Gl3LX.woff2) format('woff2');
76+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
77+
}
78+
}
79+
80+
#outlook a {
81+
padding: 0
82+
}
83+
84+
.ExternalClass,
85+
.ReadMsgBody {
86+
width: 100%
87+
}
88+
89+
.ExternalClass,
90+
.ExternalClass div,
91+
.ExternalClass font,
92+
.ExternalClass p,
93+
.ExternalClass span,
94+
.ExternalClass td {
95+
line-height: 100%
96+
}
97+
98+
div[style*="margin: 14px 0;"],
99+
div[style*="margin: 16px 0;"] {
100+
margin: 0 !important
101+
}
102+
103+
@media only screen and (min-width:621px) {
104+
.pc-container {
105+
width: 620px !important
106+
}
107+
}
108+
109+
@media only screen and (max-width:620px) {
110+
111+
.pc-menu-logo-s2,
112+
.pc-menu-nav-s1 {
113+
padding-right: 30px !important;
114+
padding-left: 30px !important
115+
}
116+
117+
.pc-cta-box-s4 .pc-cta-box-in {
118+
padding: 35px 30px 30px !important
119+
}
120+
121+
.pc-footer-box-s1,
122+
.pc-products-box-s4 {
123+
padding-right: 10px !important;
124+
padding-left: 10px !important
125+
}
126+
127+
.pc-heading-s2 .pc-heading-col {
128+
width: 100% !important
129+
}
130+
131+
.pc-products-row-s1 .pc-products-row-col {
132+
max-width: 50% !important
133+
}
134+
135+
.pc-footer-row-s1 .pc-footer-row-col {
136+
max-width: 100% !important
137+
}
138+
139+
.pc-spacing.pc-m-footer-h-46 td,
140+
.pc-spacing.pc-m-footer-h-57 td {
141+
height: 20px !important;
142+
line-height: 20px !important;
143+
font-size: 20px !important
144+
}
145+
}
146+
147+
@media only screen and (max-width:525px) {
148+
149+
.pc-cta-text br,
150+
.pc-cta-title br,
151+
.pc-footer-text-s1 br {
152+
display: none !important
153+
}
154+
155+
.pc-menu-logo-s2,
156+
.pc-menu-nav-s1 {
157+
padding-right: 20px !important;
158+
padding-left: 20px !important
159+
}
160+
161+
.pc-menu-logo-s2 {
162+
padding-top: 25px !important;
163+
padding-bottom: 25px !important
164+
}
165+
166+
.pc-menu-nav-s1 .pc-menu-nav-divider {
167+
padding: 0 !important
168+
}
169+
170+
.pc-cta-box-s4 .pc-cta-box-in {
171+
padding: 25px 20px 20px !important
172+
}
173+
174+
.pc-cta-s1 .pc-cta-title {
175+
font-size: 24px !important;
176+
line-height: 1.42 !important
177+
}
178+
179+
.pc-products-box-s4 {
180+
padding: 15px 0 25px !important
181+
}
182+
183+
.pc-products-row-s1 .pc-products-row-col {
184+
max-width: 100% !important
185+
}
186+
187+
.pc-footer-box-s1 {
188+
padding: 5px 0 !important
189+
}
190+
}
191+
</style>
192+
<!--[if mso]>
193+
<style type="text/css">
194+
.pc-fb-font{font-family:Helvetica,Arial,sans-serif !important;}
195+
</style>
196+
<![endif]-->
197+
<!--[if gte mso 9]>
198+
<xml>
199+
<o:OfficeDocumentSettings>
200+
<o:AllowPNG/>
201+
<o:PixelsPerInch>96</o:PixelsPerInch>
202+
</o:OfficeDocumentSettings>
203+
</xml>
204+
<![endif]-->
205+
</head>
206+
207+
<body class="pc-fb-font" bgcolor="#f4f4f4"
208+
style="background-color:#f4f4f4;font-family:'Fira Sans',Helvetica,Arial,sans-serif;font-size:16px;width:100%!important;Margin:0!important;padding:0;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%">
209+
<table style="mso-table-lspace:0;mso-table-rspace:0;width:100%" width="100%" border="0" cellpadding="0"
210+
cellspacing="0">
211+
<tbody>
212+
<tr>
213+
<td style="padding:0;vertical-align:top" align="center" valign="top">
214+
<!--[if (gte mso 9)|(IE)]>
215+
<table width="620" align="center" border="0" cellspacing="0" cellpadding="0"><tr><td width="620" align="center" valign="top">
216+
<![endif]-->
217+
<table class="pc-container" align="center"
218+
style="mso-table-lspace:0;mso-table-rspace:0;width:100%;Margin:0 auto;max-width:620px" width="100%"
219+
border="0" cellpadding="0" cellspacing="0">
220+
<tbody>
221+
<tr>
222+
<td align="left" style="vertical-align:top;padding:0 10px" valign="top"><span class="preheader"
223+
style="color:transparent;display:none;height:0;max-height:0;max-width:0;opacity:0;overflow:hidden;mso-hide:all;visibility:hidden;width:0">home</span>
224+
<table border="0" cellpadding="0" cellspacing="0"
225+
style="mso-table-lspace:0;mso-table-rspace:0;width:100%" width="100%">
226+
<tbody>
227+
<tr>
228+
<td style="vertical-align:top;padding:0;height:20px;font-size:20px;line-height:20px"
229+
valign="top">&nbsp;</td>
230+
</tr>
231+
</tbody>
232+
</table><!-- START MODULE: Call to action 5 -->
233+
<table border="0" cellspacing="0" cellpadding="0"
234+
style="mso-table-lspace:0;mso-table-rspace:0;width:100%" width="100%">
235+
<tbody>
236+
<tr>
237+
<td
238+
style="vertical-align:top;padding:0;height:8px;-webkit-text-size-adjust:100%;font-size:8px;line-height:8px"
239+
valign="top">&nbsp;</td>
240+
</tr>
241+
</tbody>
242+
</table>
243+
<table border="0" cellpadding="0" cellspacing="0"
244+
style="mso-table-lspace:0;mso-table-rspace:0;width:100%" width="100%">
245+
<tbody>
246+
<tr>
247+
<td class="pc-cta-box-s4"
248+
style="vertical-align:top;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)"
249+
valign="top" bgcolor="#ffffff">
250+
<table border="0" cellpadding="0" cellspacing="0"
251+
style="mso-table-lspace:0;mso-table-rspace:0;width:100%" width="100%">
252+
<tbody>
253+
<tr>
254+
<td class="pc-cta-box-in" style="vertical-align:top;padding:42px 40px 35px"
255+
valign="top">
256+
<table class="pc-cta-s1" border="0" cellpadding="0" cellspacing="0"
257+
style="mso-table-lspace:0;mso-table-rspace:0;width:100%" width="100%">
258+
<tbody>
259+
<tr>
260+
<td style="vertical-align:top;height:12px;font-size:12px;line-height:12px"
261+
valign="top">&nbsp;</td>
262+
</tr>
263+
<tr>
264+
<td class="pc-cta-title pc-fb-font"
265+
style="vertical-align:top;font-family:'Fira Sans',Helvetica,Arial,sans-serif;font-size:36px;font-weight:900;line-height:1.28;letter-spacing:-.6px;color:#151515;text-align:center"
266+
valign="top" align="center">I am: stgfire.xyz</td>
267+
</tr>
268+
<tr>
269+
<td style="vertical-align:top;text-align:center" valign="top" align="center">
270+
<br><a href="#" style="text-decoration:none"><img
271+
src="https://firepress.org/en/content/images/2019/01/meekat-searching.gif"
272+
width="341" height="157" alt=""
273+
style="border:0;line-height:100%;outline:0;-ms-interpolation-mode:bicubic;display:block;font-family:'Fira Sans',Helvetica,Arial,sans-serif;font-size:14px;color:#151515;max-width:100%;height:auto;Margin:0 auto"></a>
274+
</td>
275+
</tr>
276+
<tr>
277+
<td style="vertical-align:top;height:63px;line-height:63px;font-size:63px"
278+
valign="top">&nbsp;</td>
279+
</tr>
280+
<tr>
281+
<td class="pc-cta-text pc-fb-font"
282+
style="vertical-align:top;font-family:'Fira Sans',Helvetica,Arial,sans-serif;font-size:18px;font-weight:300;line-height:1.56;color:#9B9B9B;text-align:center"
283+
valign="top" align="center">Managed by FirePress.org</td>
284+
</tr>
285+
<tr>
286+
<td style="vertical-align:top;height:25px;line-height:25px;font-size:25px"
287+
valign="top">&nbsp;</td>
288+
</tr>
289+
<tr></tr>
290+
</tbody>
291+
</table>
292+
</td>
293+
</tr>
294+
</tbody>
295+
</table>
296+
</td>
297+
</tr>
298+
</tbody>
299+
</table><!-- END MODULE: Call to action 5 -->
300+
<!-- END MODULE: Footer 8 -->
301+
<table border="0" cellpadding="0" cellspacing="0"
302+
style="mso-table-lspace:0;mso-table-rspace:0;width:100%" width="100%">
303+
<tbody>
304+
<tr>
305+
<td style="vertical-align:top;padding:0;height:20px;font-size:20px;line-height:20px"
306+
valign="top">&nbsp;</td>
307+
</tr>
308+
</tbody>
309+
</table>
310+
</td>
311+
</tr>
312+
</tbody>
313+
</table>
314+
<!--[if (gte mso 9)|(IE)]>
315+
</td></tr></table>
316+
<![endif]-->
317+
</td>
318+
</tr>
319+
</tbody>
320+
</table>
321+
</body>
322+
323+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#

0 commit comments

Comments
 (0)