Compare commits

...

2 Commits

Author SHA1 Message Date
Ward Truyen
fb786cb928 Chore: added image name to docker compose 2024-09-26 23:52:53 +02:00
Ward Truyen
b7cc7f6fa2 chore: added Docker compose auto-restart 2024-09-23 17:05:25 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
services:
sitewillem:
build: .
image: willem/web
container_name: willem-web
restart: always
labels:
- "traefik.http.routers.sitewillem.rule=Host(`willem.truyen.network`) && PathPrefix(`/`)"
- "traefik.http.routers.sitewillem.entrypoints=websecure"

View File

@ -18,7 +18,7 @@
<h1>Willem games collection:</h1>
<h2>Games launcher:</h2>
<p><a href="games-launcher.html">Games launcher</a> </p>
<p><a href="games-launcher.html">Games launcher</a></p>
<h2>Individual game pages</h2>