commit ee767d952b29e310fb1285642aeec7e315a2c83b Author: Persson-dev Date: Tue Jul 1 11:40:25 2025 +0200 first commit diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..6cdef99 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,10 @@ +services: + web: + image: nginx + volumes: + - ./html:/usr/share/nginx/html + ports: + - "8080:80" + environment: + - NGINX_HOST=foobar.com + - NGINX_PORT=80 diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..69d8de7 --- /dev/null +++ b/html/index.html @@ -0,0 +1,19 @@ + + + + + + + Document + + + + + + + + + + \ No newline at end of file diff --git a/html/indie.mid b/html/indie.mid new file mode 100644 index 0000000..b22957e Binary files /dev/null and b/html/indie.mid differ