mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-10 17:39:21 +01:00
Add a note for a production-ready teddit not behind a reverse proxy
This commit is contained in:
parent
db63adcb7d
commit
adf8258670
@ -88,6 +88,11 @@ networks:
|
||||
teddit_net:
|
||||
```
|
||||
|
||||
Note: This compose is made for a true "production" setup, and is made to be used to have teddit behind a reverse proxy, if you don't want that and prefer to directly access teddit via its port:
|
||||
|
||||
- Change `ports: - "127.0.0.1:8080:8080"` to `ports: - "8080:8080"`
|
||||
- Remove `DOMAIN=teddit.net`, `USE_HELMET=true`, `USE_HELMET_HSTS=true`, `TRUST_PROXY=true`
|
||||
|
||||
|
||||
### Docker-compose method (development)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user