9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
This release adds the possibility to run gitea with postgres.
|
|
Please add the following lines to your servers .env file!
|
|
|
|
```
|
|
COMPOSE_FILE="compose.yml"
|
|
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
|
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml"
|
|
```
|