html vers, deploy

This commit is contained in:
2026-05-17 22:45:45 +12:00
parent c2fcd2179b
commit 4f1a2cbac3
16 changed files with 3872 additions and 648 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
lean101:
build: .
image: lean-101-website:latest
container_name: lean101-website-flask
restart: unless-stopped
env_file: .env.production
ports:
- "127.0.0.1:${WEBSITE_APP_PORT:-8083}:8000"