iron-io / functions-ui

User interface for IronFunctions - http://github.com/iron-io/functions
https://iron.io
Apache License 2.0
95 stars 18 forks source link

The ui app.css 404 #20

Open seepine opened 8 months ago

seepine commented 8 months ago

image

image

version: '3'
services:
  api:
    image: iron/functions
    volumes:
      - api_data:/app/data
      - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - 8080:8080

  ui:
    image: iron/functions-ui
    environment:
      API_URL: http://api:8080
    ports:
      - 4000:4000

volumes:
    api_data:
ajaysourcedigital commented 2 months ago

same error.