ribice / goch

Self hosted live chat server written in Go
https://www.ribice.ba/goch
MIT License
195 stars 29 forks source link

Missing .env file? #3

Closed clavoie closed 5 years ago

clavoie commented 5 years ago

Tried to follow your setup instructions to run locally, but I get this issue when running the docker compose command:

> docker-compose up --build
ERROR: Couldn't find env file: MY_GOPATH\src\github.com\ribice\goch\.env

I see that .env is in the .gitignore file, but referenced in the docker-compose.yml file, I am just wondering if that is the issue or if I am missing something.

Thank you for your help! Very excited to check out your project!

ribice commented 5 years ago

While testing I noticed this as well. I pushed an update that fixes this issue.

Normally I keep .env file in .gitignore, but since there isn't anything confidential I pushed it for ease of testing.