By default the app will start listening at localhost:8080, this port can be configured in the docker-compose file.
+
### Docker Manual Build(For Advanced Users)
+
1. Install Docker
+
2. Clone this repo
+
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 using traefik, use docker-compose.traefik.yml
+
7. Run docker-compose up
+
## Windows Standalone Executable
Windows Standalone Executables(EXE) are provided, and can be found under assets for the [latest release](https://github.com/hargata/lubelog/releases/latest)