Initial commit - MAEL landing page

This commit is contained in:
2026-06-08 19:27:16 +02:00
commit 481b16738a
3 changed files with 435 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
mael-landing:
image: nginx:alpine
container_name: mael-landing
restart: unless-stopped
volumes:
- /home/mads/domain:/usr/share/nginx/html:ro
ports:
- "8090:80"