January 4, 20188 yr I tried setting up my own template for gekko using the existing docker image (https://hub.docker.com/r/barnumd/gekko/) but I couldn't seem to get it working correctly. Does anyone have a working gekko template?
January 28, 20188 yr I've managed to get it working, including the latest version. I'm away from home for another 2 weeks - will have to post a brief guide on what I did once I take a look at my docker config again when I get back.
February 11, 20188 yr I've been trying to get this to work my self without success. I would greatly appreciate a brief guide on how to make it work. Look forward to reading it when you complete it mishmash-!
March 7, 20188 yr Not sure if your still looking at this but, what I have done so far after just getting it up and running is. Mount Container path /usr/src/app/web/vue/ to host path /mnt/user/appdata/gekko/vue/ Edit the UIconfig.js host under UI: to the IP of my docker container. const CONFIG = { headless: false, api: { host: '0.0.0.0', port: 3000, timeout: 120000 // 2 minutes }, ui: { ssl: false, host: '192.168.0.56', port: 3000, path: '/' }, adapter: 'sqlite'
Archived
This topic is now archived and is closed to further replies.