Eugeny / tabby-web

Tabby Web - an SSH/Telnet/Serial client in your browser.
https://tabby.sh
MIT License
812 stars 121 forks source link

Questions about commands and installation #58

Open laurielylourenco opened 2 years ago

laurielylourenco commented 2 years ago

Hi

I'm having trouble deploying the service locally (self-hosted) and some doubts due to my lack of docker experience. My first question is about docker-compose.yml in the db part that I configure eg MARIADB_USER with my user from my local machine? image

My second question regarding commands related to docker-compose, the only command to use is docker-compose up -e SOCIAL_AUTH_GITHUB_KEY=xxx -e SOCIAL_AUTH_GITHUB_SECRET=yyy. Because if the only command used doesn't generate a result. image Where am I making a mistake? Thanks in advance and forgive my english

Eugeny commented 2 years ago

I think I've actually got the command wrong - can you try adding the *GITHUB* vars to an .env file in the current folder instead? https://docs.docker.com/compose/env-file/