From 99d04b1adf017cd1ebcdeb51c0c16a75321d2742 Mon Sep 17 00:00:00 2001 From: Tianle Yu Date: Sat, 4 Apr 2026 05:38:05 +0000 Subject: [PATCH] init --- docker-compose.yml | 8 ++++++++ static/index.html | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 docker-compose.yml create mode 100644 static/index.html diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..19a72c1 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +services: + nginx: + image: nginx:alpine + ports: + - "127.0.0.1:8018:80" + volumes: + - ./static:/usr/share/nginx/html:ro + restart: unless-stopped diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..51934c4 --- /dev/null +++ b/static/index.html @@ -0,0 +1,6 @@ + +low level stuff w ai + +

yeah we do low level stuff with ai. more to come (maybe) later.

+ +