This directory contains the production website for hypnogra.ph.
Current site shape:
- static shell (
index.html+app.js) - homepage markdown (
index.md) - docs markdown served from
/docs - stylesheet (
styles.css) - nginx static serving via Docker
- Static HTML + CSS
- Nginx
- Docker Compose for local dev and Dokploy deploy
cd websitedocker compose -f docker-compose.dev.yml up -d- Open
http://localhost:8080
Stop local stack:
cd websitedocker compose -f docker-compose.dev.yml down
- Compose file:
docker-compose.dokploy.yml - Service:
hypnograph-site - Internal port:
80
- Site shell:
index.html - Homepage content:
index.md - Styles:
styles.css - Nginx config:
nginx.conf - Docker image definition:
Dockerfile