# mcqemu docs-site — environment template. # Copy to `.env` and adjust before `make prod` / `make dev`. # Keeps this stack's containers, networks and volumes distinct from the # sibling docs sites on the same host. COMPOSE_PROJECT_NAME=mcqemu-docs # Domain served. caddy-docker-proxy reads this from the labels and obtains # a certificate over ACME DNS-01. # # Production: mcqemu.warehack.ing # Local dev: mcqemu.l.warehack.ing DOMAIN=mcqemu.warehack.ing