Updated readme, env file and license.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-14 13:37:10 -07:00
parent 487f64e459
commit 5e5c9c96b4
3 changed files with 15 additions and 3 deletions

View File

@@ -16,14 +16,14 @@ Because nobody should have to deal with a homemade spreadsheet or a shoebox full
## Docker Setup (GHCR)
1. Install Docker
2. Run `docker pull ghcr.io/hargata/lubelogger:latest`
3. CHECK culture in .env file, default is en_US, this will change the currency and date formats.
3. CHECK culture in .env file, default is en_US, this will change the currency and date formats. You can also setup SMTP Config here.
4. If not using traefik, use docker-compose-notraefik.yml
5. Run `docker-compose up`
## Docker Setup (Manual Build)
1. Install Docker
2. Clone this repo
3. CHECK culture in .env file, default is en_US
3. CHECK culture in .env file, default is en_US, also setup SMTP for user management if you want that.
4. Run `docker build -t lubelogger -f Dockerfile .`
5. CHECK docker-compose.yml and make sure the mounting directories look correct.
6. If not using traefik, use docker-compose-notraefik.yml