forked from coop-cloud/gitea
Revert "fix: drop db_password from main compose def"
This reverts commit 89400089ec2c837a4abc4c23726058a4e2f754fb. db_password secret is still needed in app service to set the db secret in app.ini.tmpl
This commit is contained in:
parent
e2cd36873c
commit
936fb940cb
@ -11,6 +11,7 @@ services:
|
|||||||
target: /usr/local/bin/docker-setup.sh
|
target: /usr/local/bin/docker-setup.sh
|
||||||
mode: 0555
|
mode: 0555
|
||||||
secrets:
|
secrets:
|
||||||
|
- db_password
|
||||||
- internal_token
|
- internal_token
|
||||||
- jwt_secret
|
- jwt_secret
|
||||||
- secret_key
|
- secret_key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user