mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-01 15:40:16 +00:00
6fe4b9eb37
- Messed with readme. - They needed to be `.env`, not `env`. - Leaving the nginx file there, but extracting it out of the main setup. Ppl might use apache, or none at all. - Docker 3.3 doesn't work with the DB health check unfortunately, so I changed that back to 2.4. - Changed the env in the docker folder so it doesn't need to be edited, someone could just pull this and start it up if they just wanna test it.
5 lines
123 B
Bash
Vendored
5 lines
123 B
Bash
Vendored
DOMAIN=my_domain
|
|
DATABASE_PASSWORD=password
|
|
DATABASE_URL=postgres://lemmy:password@lemmy_db:5432/lemmy
|
|
JWT_SECRET=changeme
|