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

This commit is contained in:
2025-04-20 23:54:28 -06:00
parent c8fcd1e463
commit 1e44f2ee0d

View File

@ -4,7 +4,7 @@
## Docker Configuration ## Docker Configuration
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: "3" version: "3"
services: services:
@ -64,7 +64,7 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
GITEA__mailer__FROM=noreply@bunny-lab.io GITEA__mailer__FROM=noreply@bunny-lab.io
GITEA__mailer__HOST=mail.bunny-lab.io GITEA__mailer__HOST=mail.bunny-lab.io
GITEA__mailer__PASSWD=SecureSMTPPassword GITEA__mailer__PASSWD=SecureSMTPPassword