Docker request - gekko


Recommended Posts

  • 4 weeks later...
  • 2 weeks later...
  • 4 weeks later...

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'
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.