# Pubwhale — ORIGINAL (pre-WordPress) site, portable bundle. # # docker compose -f docker-compose.orig.yml up -d # open http://localhost:3027 # # Fully stateless: no database, no CMS, no volumes. All content is compiled # into the image from src/i18n/resources, so there is nothing to back up and # nothing to persist — destroy and recreate it freely. name: pubwhale-orig-demo services: web: image: pubwhale-orig-web:bundle restart: unless-stopped ports: - "${ORIG_WEB_PORT:-3027}:3000"