feat: add Fractal files

This commit is contained in:
Oliver Davies 2023-10-12 23:11:13 +01:00
parent 06d6697939
commit 35837b6c3f
17 changed files with 4109 additions and 0 deletions

View file

@ -0,0 +1,5 @@
services:
node:
command: "yarn fractal start --sync --port ${DOCKER_WEB_PORT:-3000}"
ports:
- "${DOCKER_WEB_PORT:-3000}:${DOCKER_WEB_PORT:-3000}"