mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 09:35:47 +02:00
Removed unneeded env vars
This commit is contained in:
parent
994643c3b6
commit
b5168c817f
1 changed files with 0 additions and 7 deletions
|
|
@ -22,13 +22,6 @@ services:
|
|||
- source: gitea_v2
|
||||
target: /data/gitea/conf/app.ini
|
||||
environment:
|
||||
- 'DB_TYPE=postgres'
|
||||
- 'DB_HOST=db:5432'
|
||||
- 'DB_NAME=gitea'
|
||||
- 'DB_USER=gitea'
|
||||
- 'DB_PASSWD=gitea'
|
||||
- 'LFS_START_SERVER=true'
|
||||
- 'DISABLE_REGISTRATION=true'
|
||||
- 'LFS_JWT_SECRET_FILE=/run/secrets/gitea_lfs_jwt_secret'
|
||||
- 'SECRET_KEY_FILE=/run/secrets/gitea_secret_key'
|
||||
- 'INTERNAL_TOKEN_FILE=/run/secrets/gitea_internal_token'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue