UNPKG

ihub-framework-js

Version:

Legacy version of iHub Framework written in Javascript

19 lines (16 loc) 293 B
version: "3.7" services: ihub-framework: volumes: - ./:/app/ build: . command: npm run dev ports: - 9289:9289 - 9290:9290 networks: - ihub-ecosystem-network networks: ihub-ecosystem-network: external: true name: ihub-ecosystem-network