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
@ -74,7 +74,7 @@ POSTGRES_PASSWORD=SomethingSuperSecure
## Traefik Reverse Proxy Configuration ## 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. 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: http:
routers: routers:
git: git: