feat: Added personal website

This commit is contained in:
Lino Silva
2026-04-01 23:31:05 +01:00
parent 06ba9b4688
commit 03865d6f16
39 changed files with 36951 additions and 2 deletions
@@ -0,0 +1,10 @@
services:
website:
image: nginx:alpine
container_name: website
restart: unless-stopped
ports:
- "{{ website_port }}:80"
volumes:
- ./html:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro