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
```jsx title="docker-compose.yml"
```yaml title="docker-compose.yml"
version: "3"
services:
@ -64,7 +64,7 @@ networks:
external: true
```
```jsx title=".env"
```yaml title=".env"
GITEA__mailer__FROM=noreply@bunny-lab.io
GITEA__mailer__HOST=mail.bunny-lab.io
GITEA__mailer__PASSWD=SecureSMTPPassword
@ -74,7 +74,7 @@ POSTGRES_PASSWORD=SomethingSuperSecure
## Traefik Reverse Proxy Configuration
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
``` yaml
```yaml
http:
routers:
git: