chore: added Docker compose auto-restart
This commit is contained in:
parent
c577d97164
commit
b7cc7f6fa2
@ -1,6 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
sitewillem:
|
sitewillem:
|
||||||
build: .
|
build: .
|
||||||
|
container_name: willem-web
|
||||||
|
restart: always
|
||||||
labels:
|
labels:
|
||||||
- "traefik.http.routers.sitewillem.rule=Host(`willem.truyen.network`) && PathPrefix(`/`)"
|
- "traefik.http.routers.sitewillem.rule=Host(`willem.truyen.network`) && PathPrefix(`/`)"
|
||||||
- "traefik.http.routers.sitewillem.entrypoints=websecure"
|
- "traefik.http.routers.sitewillem.entrypoints=websecure"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<h1>Willem games collection:</h1>
|
<h1>Willem games collection:</h1>
|
||||||
|
|
||||||
<h2>Games launcher:</h2>
|
<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>
|
<h2>Individual game pages</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user