Compare commits
21 Commits
12fb8c0335
...
263bf9d2d3
| Author | SHA1 | Date | |
|---|---|---|---|
|
263bf9d2d3
|
|||
|
f39b90c41e
|
|||
|
c9e32fa352
|
|||
|
65e1f39176
|
|||
|
0b507e14ad
|
|||
|
232b107a3f
|
|||
|
31052d2d9d
|
|||
|
df7e2b2bcc
|
|||
|
203f141291
|
|||
|
266cd633c3
|
|||
|
d49104f4a7
|
|||
|
8d688291df
|
|||
|
0c34d37110
|
|||
|
44f6743b45
|
|||
|
40b770f8b5
|
|||
|
d045e56389
|
|||
|
02e4319459
|
|||
|
288a1b8f7a
|
|||
|
6cbb947932
|
|||
|
c0f812a155
|
|||
|
b58077d6e3
|
@@ -10,7 +10,8 @@ services:
|
|||||||
pull_policy: always
|
pull_policy: always
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1/"]
|
test:
|
||||||
|
["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1/"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
@@ -20,7 +21,7 @@ services:
|
|||||||
- "traefik.docker.network=marina-net"
|
- "traefik.docker.network=marina-net"
|
||||||
- "traefik.http.routers.mifiventures.rule=Host(`mifi.ventures`) || Host(`www.mifi.ventures`)"
|
- "traefik.http.routers.mifiventures.rule=Host(`mifi.ventures`) || Host(`www.mifi.ventures`)"
|
||||||
- "traefik.http.routers.mifiventures.entrypoints=websecure"
|
- "traefik.http.routers.mifiventures.entrypoints=websecure"
|
||||||
- "traefik.http.routers.mifiventures.middlewares=secure-all@file,redirect-www-to-non-www@file"
|
- "traefik.http.routers.mifiventures.middlewares=security-supermax-with-analytics@file,redirect-www-to-non-www@file"
|
||||||
- "traefik.http.routers.mifiventures.tls=true"
|
- "traefik.http.routers.mifiventures.tls=true"
|
||||||
- "traefik.http.routers.mifiventures.tls.certresolver=letsencrypt"
|
- "traefik.http.routers.mifiventures.tls.certresolver=letsencrypt"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
8
site/assets/js/ga-init.js
Normal file
8
site/assets/js/ga-init.js
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){ window.dataLayer.push(arguments); }
|
||||||
|
|
||||||
|
gtag("js", new Date());
|
||||||
|
gtag("config", "G-36F29PDKRT", {
|
||||||
|
// optional, but often helpful:
|
||||||
|
anonymize_ip: true,
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user