3 Commits

Author SHA1 Message Date
Jonas L.
659ac7aa77
feat: include nginx config inside libretime-nginx container (#3157)
### Description

- Removes the need to download the nginx config file during the install,
- Can be overridden by mounting your own config file.


**This is a new feature**:

Reduce the amount of steps and files to install LibreTime using
docker-compose.

**I have updated the documentation to reflect these changes**:

Yes

### Testing Notes

**What I did:**

Do not mount the `./docker/nginx.conf` file in
`docker-compose.override.yml` and run:

```
make dev
```

### **Links**

Related to #3155
2025-05-29 20:58:26 +02:00
jo
edf96ac5fc chore: move dev env files to dev subfolder 2023-04-12 08:11:21 +01:00
Kyle Robbertze
1da42b2603 feat: add container setup
- build container with multi-stage Dockerfile
- change api listen port to 9001
2022-09-14 11:09:52 +02:00