Update Servers/Containerization/Docker/Compose/Gitea.md
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user