https://hub.docker.com/r/suika/hyve-web
10K+
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
Content type
Image
Digest
Size
3.3 MB
Last updated
over 6 years ago
docker pull legsplits/hyve-web