feat: add Fractal files
This commit is contained in:
parent
06d6697939
commit
35837b6c3f
17 changed files with 4109 additions and 0 deletions
5
docker-compose.override.yaml.example
Normal file
5
docker-compose.override.yaml.example
Normal 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}"
|
Loading…
Add table
Add a link
Reference in a new issue