fractal

Der fractal-Container stellt eine Browseroberfläche für die Styleguides in brandbox zur Verfügung.

  • registry.brandbox.host/runtime/fractal:1.0.0

  • registry.brandbox.host/runtime/fractal:2.0.0

Enthaltene Software

Software

Version

Software

Version

Debian

10

Node.js

14.21.3

Konfiguration für docker-compose.yml

Das Image kann in einer docker-compose.yml wie folgt eingebunden werden:

fractal: image: registry.brandbox.host/runtime/fractal:[Version] domainname: local.brandbox.de hostname: fractal-$COMPOSE_PROJECT_NAME volumes: - /mnt/nfsstorage/${COMPOSE_PROJECT_NAME}/temp:/var/www/temp/ - /mnt/nfsstorage/${COMPOSE_PROJECT_NAME}/share:/var/www/share/ ./www/plugin:/var/www/plugin env_file: - brandbox.docker.env working_dir: /var/www networks: - internal - proxy labels: traefik.enable: "true" traefik.backend.loadbalancer.method: "drr" traefik.docker.network: traefik_webgateway traefik.frontend.rule: "Host:fractal-$COMPOSE_PROJECT_NAME.local.brandbox.de" traefik.port: 8080 ports: - "8080"

Versionshistorie

Version 1.0.0 (bis brandbox 10)

  • Nutzt component-fractal in Version 1.0

Version 2.0.0 (ab brandbox 10)

  • Nutzt component-fractal in Version 2.0