Preserve Flutter mirror-os codebase

This commit is contained in:
Chris
2026-07-11 21:51:34 -05:00
commit 27631ed108
142 changed files with 11896 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: "3.8"
services:
ota-server:
image: nginx:alpine
container_name: mirror-os-ota
ports:
- "9091:80"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./public:/usr/share/nginx/html:ro
restart: unless-stopped