Update Servers/Containerization/Docker/Compose/Homebox.md

This commit is contained in:
2025-04-20 23:54:51 -06:00
parent b42391e3b4
commit dd068d61dc

View File

@ -8,7 +8,7 @@
Due to this behavior, it is imperative that you deploy this either only internally, or if its external, put it behind something like [Authentik](https://docs.bunny-lab.io/Docker %26 Kubernetes/Docker/Docker Compose/Authentik/) or [Keycloak](https://docs.bunny-lab.io/Docker%20%26%20Kubernetes/Docker/Docker%20Compose/Keycloak/). Due to this behavior, it is imperative that you deploy this either only internally, or if its external, put it behind something like [Authentik](https://docs.bunny-lab.io/Docker %26 Kubernetes/Docker/Docker Compose/Authentik/) or [Keycloak](https://docs.bunny-lab.io/Docker%20%26%20Kubernetes/Docker/Docker%20Compose/Keycloak/).
## Docker Configuration ## Docker Configuration
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: "3.4" version: "3.4"
services: services:
@ -43,7 +43,7 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
HBOX_MAILER_HOST=mail.bunny-lab.io HBOX_MAILER_HOST=mail.bunny-lab.io
HBOX_MAILER_PORT=587 HBOX_MAILER_PORT=587
HBOX_MAILER_USERNAME=noreply@bunny-lab.io HBOX_MAILER_USERNAME=noreply@bunny-lab.io