try to do speed improvement convert container to Brotli capable nginx and added avif image port for faster web content

This commit is contained in:
isabell 2024-11-21 23:32:39 +01:00
parent 0e74bb2916
commit 435dce539f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
services: services:
web: web:
image: nginx image: ghcr.io/zvonimirsun/nginx:stable-alpine-brotli
volumes: volumes:
- ./webpage:/usr/share/nginx/html - ./webpage:/usr/share/nginx/html
ports: ports:

View file

@ -5,7 +5,7 @@
<body> <body>
<noscript> </noscript> <noscript> </noscript>
<center> <center>
<img src = "./img/w_mate.jetzt.png" alt="Picture of Clothing on a clothline waibing in the winde."></br> <img src = "./img/w_mate.jetzt.avif" alt="Picture of Clothing on a clothline waibing in the winde."></br>
<a> &copy; 2024 isabell <a href="https://i3le.net">i3le.net</a></a> <a> &copy; 2024 isabell <a href="https://i3le.net">i3le.net</a></a>
<H1> Welcome to mate.jetzt the site is currently not available.</H1> <H1> Welcome to mate.jetzt the site is currently not available.</H1>
<a> stay tuned what will happen in future </a> <a> stay tuned what will happen in future </a>