mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 13:27:28 -07:00
Update traefik and add dws homepage quip
This commit is contained in:
parent
90d785b317
commit
bc632b0766
@ -44,6 +44,11 @@ const quotes = [
|
||||
author: "MayMay",
|
||||
link: "https://gallery.whitney.rip/library/albums/as3wif72i18kzs9q/tobee-and-maymay"
|
||||
},
|
||||
{
|
||||
text: "It's your internet. Take it back.",
|
||||
author: "DWS",
|
||||
link: "https://dws.rip"
|
||||
},
|
||||
];
|
||||
const failureMessageQOTD = 'Failed to fetch the quote of the day. Please try again later.';
|
||||
|
||||
@ -73,4 +78,4 @@ async function renderQOTD() {
|
||||
}
|
||||
|
||||
console.log("Thanks for checking out PWS!");
|
||||
document.addEventListener('DOMContentLoaded', renderQOTD);
|
||||
document.addEventListener('DOMContentLoaded', renderQOTD);
|
||||
|
@ -5,7 +5,7 @@ networks:
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v2.9
|
||||
image: traefik:latest
|
||||
container_name: traefik
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user