Files
docker-docs/docker-compose.yml
Ben Firshman 7da61ffa50 Add Compose file for development
Also fix regeneration. The starefossen/github-pages image had
--force_polling set to poll the filesystem, but this didn't
seem to work. Docker for Mac/Windows supports filesystem events,
so it now uses this instead.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-10-05 19:34:31 +01:00

9 lines
124 B
YAML

version: "2"
services:
docs:
image: docs/docstage
ports:
- "4000:4000"
volumes:
- "./:/usr/src/app"