Sign inSign up

legsplits/hyve-web

By legsplits

Updated over 6 years ago

https://hub.docker.com/r/suika/hyve-web

Image
0

10K+

legsplits/hyve-web repository overview

hyve web

Stripped down version of hyve web component.

Uses almost all the default settings. Runs on Port 80

Set VUE_APP_HYVE_API_URL to chnage the hyve server url. Default http://localhost:8000/api

version: '2'
services:
  hyve-web:
    image: legsplits/hyve-web:latest
    container_name: hyve-web
    restart: always
    ports:
        8080:80
    environment:
      - VUE_APP_HYVE_API_URL=http://localhost:8000/api

Tag summary

Content type

Image

Digest

Size

3.3 MB

Last updated

over 6 years ago

docker pull legsplits/hyve-web